Q128
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
AnswerD.
struct tag is not required in both C and C++ while declaring an object of the structure
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board