Which of the following is correct?
A. struct tag is required in both C and C++ while declaring an object of the structure
B. struct is not required in C but required in C++ while declaring an object of the structure
C. struct is not required in C++ but required in C while declaring an object of the structure
D. struct tag is not required in both C and C++ while declaring an object of the structure
Answer: Option C
Join The Discussion