Biology, asked by ravikumargupta462, 9 months ago

differentiate between structure and union​

Answers

Answered by SnehaArya29
0

Answer:

Difference between Structure and Union in C. 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.

Mark as brainlist please....

Similar questions