C Data Type union
C examples for Data Type:union
HOME
C
Data Type
union
Description
Click the following links for the tutorial for Data Type and union.
Sharing Memory with union type
Use union to share memory between members
Storage Classes
What is Union
A typical use of a union
Using more than one union member at a time
A union can store different data types in the same memory space not simultaneously.