1.

Which properly declares a variable of struct foo?

A. struct foo;
B. struct foo var;
C. foo;
D. int foo;
Answer» C. foo;


Discussion

No Comment Found