1.

Which of the following syntax for declaring a variable of struct STRUCT can be used in both C and C++?

A. struct STRUCT S;
B. STRUCT S;
C. Both struct STRUCT S; and STRUCT S;
D. Both C and C++ have different syntax
Answer» B. STRUCT S;


Discussion

No Comment Found