Computer Science, asked by yashaswini9453, 11 months ago

What do you mean by structure how it vary from union?

Answers

Answered by PiyushSinghRajput1
0
Structure and union both are user defined data types which contains variables of different data types. ... In union, the total memory space allocated is equal to the member with largest size. All other members share the same memory space. This is the biggest difference between structure and union.
Similar questions