Which of the following syntax for declaring a variable of struct STRUCT can be used in both C and C++?
Posted: Wed Jul 13, 2022 7:51 pm
a) struct STRUCT S;
b) STRUCT S;
c) Both struct STRUCT S; and STRUCT S;
d) Both C and C++ have different syntax
b) STRUCT S;
c) Both struct STRUCT S; and STRUCT S;
d) Both C and C++ have different syntax