Vidyalelo
C Programming · Q22

Structure and Union

Programming · C Programming · question 22

Q22

What is the main advantage of using a union in C?

A.
It saves memory by sharing the same memory location
Answer
B.
It allows easy access to all members
C.
It enforces strong data typing
D.
It prevents data from being modified

Answer: Option A

Solution

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