C - Structures,Unions - Discussion

You Are Here :: Home > C > Structures,Unions - Discussion

 



Q.

struct x { int y; struct x next;} *head;

struct x *w=head; What does *w represent?

A. Something of type pointer. B. Something of type struct x.
C. The same as *head. D. B and C

Answer: Option D
Explaination:

No Explanation



Discussion

Your Comments Goes here...
NameDiscussion