what is the diif bw structure and union
Answers
Answered by
2
Structure and Union are both are user defined data types which contains variables of different data types. 1)In Union the total memory space is allocated is equal to the member with the largest size whereas in structure each member get separate memory space. Hopefully helped ! Have a GD day !!!
Similar questions