+ 1
Which of the following declarations are correct? Options are
1.struct {int a;} 2. struct mystruct {int a;}; 3.strict mystruct {int a;} 4.strict mystruct int a;
1 Respuesta
+ 4
2
1.struct {int a;} 2. struct mystruct {int a;}; 3.strict mystruct {int a;} 4.strict mystruct int a;