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;
y is a _____.

A. pointer member definition B. member definition
C. tag D. a member definition which will signify the end of the list

Answer: Option B
Explaination:

No Explanation



Discussion

Your Comments Goes here...
NameDiscussion