difference b /w structure & union
Answers
Answered by
1
ⓗⓔⓨ ⓕⓡⓘⓔⓝⓓ ⓗⓔⓡⓔ ⓘⓢ ⓨⓞⓤⓡ ⓐⓝⓢⓦⓔⓡ
=======================================
⊙ STRUCTURE :- structure and union both are user defined data types.
⊙ They contains variable of different data types.
⊙ In union the total memory space allocated is equal to the member of the largest size.
⊙ All other member share the same memory space.
⊙ This is the biggest difference between the structure and union.
@ Prabhu dutt..........
=======================================
⊙ STRUCTURE :- structure and union both are user defined data types.
⊙ They contains variable of different data types.
⊙ In union the total memory space allocated is equal to the member of the largest size.
⊙ All other member share the same memory space.
⊙ This is the biggest difference between the structure and union.
@ Prabhu dutt..........
Similar questions