Home / Questions / What the advantages of using Unions?
Explanatory Question

What the advantages of using Unions?

👁 1,410 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

When the C compiler is allocating memory for unions it will always reserve enough room for the largest member.