12.
What happens when you assign a value to one member of a union and then access another member in C?

14.
In a union, which member can you access safely after assigning a value to one of its members?

16.
Which of the following is true about the memory allocation of structures and unions in C?

18.
What is the purpose of using a typedef with structures and unions in C?

19.
When should you use a structure instead of an array in C?

20.
What is the purpose of an anonymous union in C?

Read More Section(Structure and Union)

Each Section contains maximum 100 MCQs question on Structure and Union. To get more questions visit other sections.