Vidyalelo
C Programming · Q7

Structure and Union

Programming · C Programming · question 7

Q7

How is the size of a structure determined in C?

A.
By the total size of its members
B.
By the size of its largest member
Answer
C.
By the size of its smallest member
D.
By the number of members

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board