Login
Remember
Register
Ask a Question
What the advantages of using Unions in C Language?
0
votes
asked
Mar 12, 2020
in
C Plus Plus
by
rahuljain1
What the advantages of using Unions in C Language?
#c-language-advantages
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 15, 2020
by
SakshiSharma
When the C compiler is allocating memory for unions it will always reserve enough room
for the
largest member.
...