Home / Programming MCQs / C Programming MCQs / Question

T

Team MCQ Buddy • 9.67K Points
Tutor III

Q. The size of a union is ___.

(A) Sum of sizes of all members
(B) Predefined by the compiler
(C) Equal to size of largest data type
(D) None of these
Explanation by: Team MCQ Buddy
The size of the union is equal to the size of the largest data type declared in the union.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.