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
C. To hide the union's members from external access
D. To specify a union's memory alignment
Answer: Option B
A. To group related members within a structure
B. To declare a union without a name
C. To hide the union's members from external access
D. To specify a union's memory alignment
Answer: Option B
Which of the following can be a member of a structure?
A. Function
B. Another structure
C. Enumeration
D. All of the above
Join The Discussion