What do you mean by structure how it vary from union?
Answers
Answered by
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