Computer Science, asked by PoonamGaegyan7582, 10 months ago

Explain Union with example.

Answers

Answered by Anonymous
0

Like Structures, union is a user defined data type. In union, all members share the same memory location. For example in the following C program, both x and y share the same location.

Similar questions