Vidyalelo
C++ Programming · Q128

Introduction to C++

Programming · C++ Programming · question 128

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
Answer
D.
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