Vidyalelo
C Programming · Q20

Structure and Union

Programming · C Programming · question 20

Q20

What is the purpose of an anonymous union in C?

A.
To group related members within a structure
B.
To declare a union without a name
Answer
C.
To hide the union's members from external access
D.
To specify a union's memory alignment

Answer: Option B

Solution

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