Computer Science, asked by jasminejohn4420, 1 year ago

Differentiate between structure and union

Answers

Answered by SUROJHALDER
3
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