Computer Science, asked by rajrishav9312, 10 months ago

Difference between structure and union in c programming with example

Answers

Answered by anshy047
0

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.

MARK ME AS BRAINLIEST

and thanks

Similar questions