0 votes
in C Plus Plus by
What the advantages of using Unions in C Language?

1 Answer

0 votes
by
When the C compiler is allocating memory for unions it will always reserve enough room

for the

largest member.
...