In C, can you have a structure as a member of itself (a recursive structure)?
A. Yes, but with compiler-specific limitations
B. Yes, without any limitations
C. No, it's not allowed
D. Only if the structure has exactly one member
Answer: Option A
A. Yes, but with compiler-specific limitations
B. Yes, without any limitations
C. No, it's not allowed
D. Only if the structure has exactly one member
Answer: Option A
Which of the following can be a member of a structure?
A. Function
B. Another structure
C. Enumeration
D. All of the above
Join The Discussion