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.

Related questions

0 votes
asked Jan 9 in C Plus Plus by GeorgeBell
+1 vote
asked Jan 20, 2021 in C Plus Plus by SakshiSharma
...