Examveda

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


This Question Belongs to C Program >> Structure And Union

Join The Discussion

Related Questions on Structure and Union