Computer Science, asked by Veseemmansravs, 1 year ago

difference between union and structure

Answers

Answered by Anonymous
0
Structure uses all the memory of its member and union uses the largest members memory space. Hope I helped u.. Plzz mark as the BRAINLIEST answer..
Answered by nikithamegha
0
Union-keyword union defines a union,only one members can be accessed at a time,only first members of union can be initialized.

Structure-keyword struct defines a structure,individual members can be accessed at a time,several members  of structure can be initialized.

Similar questions