Computer Science, asked by adimon, 1 year ago

difference between structure and Union in c

Answers

Answered by jainsam1919
0
Structure and union both are user defined data types which contains variables of different data types. ... Inunion, 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.

jainsam1919: hi
Anonymous: hello
Similar questions