Computer Science, asked by aditikumari86, 10 months ago

write the difference between structure and union. compare them with the help of an example.​

Answers

Answered by Cutetty
1

Answer:

Explanation:

A structure is a user-defined data type available in C that allows to combining data items of different kinds. Structures are used to represent a record. A union is a special data type available in C that allows storing different data types in the same memory location.

Similar questions