Which of the following is true about the memory allocation of structures and unions in C?
A. Structures require memory for all members simultaneously
B. Unions require memory for all members simultaneously
C. Structures allocate memory for the largest member
D. Unions allocate memory for the smallest member
Answer: Option C
Related Questions on Structure and Union
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