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
AnswerC.
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