Computer Science, asked by somoot2111, 3 months ago

Differentiate between function union and structure in programming c

Answers

Answered by babygirl5575
0

Answer:

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.

Answered by ann5863
0

Answer:

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