Vidyalelo
C Programming · Q6

Structure and Union

Programming · C Programming · question 6

Q6

What is the primary difference between a structure and a union in C?

A.
Structure allows nested members
B.
Union allows nested members
C.
Structure allows multiple members
D.
Union allows only one active member
Answer

Answer: Option D

Solution

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