Which properly declares a variable of struct foo?

Câu hỏi: Which properly declares a variable of struct foo?

A. struct foo;

B. struct foo var;

C. foo;

D. int foo;