Vidyalelo
C Programming · Q28

Structure and Union

Programming · C Programming · question 28

Q28

In C, can you have a structure as a member of itself (a recursive structure)?

A.
Yes, but with compiler-specific limitations
Answer
B.
Yes, without any limitations
C.
No, it's not allowed
D.
Only if the structure has exactly one member

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board