Q16
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
AnswerD.
Unions allocate memory for the smallest member
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board