adplus-dvertising
frame-decoration

Question

Which properly declares a variable of struct foo?

a.

struct foo;

b.

struct foo var;

c.

foo;

d.

int foo;

Posted under C Programming

Answer: (b).struct foo var;

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which properly declares a variable of struct foo?