Vidyalelo
C Programming · Q10

Structure and Union

Programming · C Programming · question 10

Q10

Can a structure have another structure as a member in C?

A.
No, it's not allowed
B.
Yes, but with a limited depth
C.
Yes, without any limitations
Answer
D.
Only if the inner structure is named "Inner"

Answer: Option C

Solution

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