What is a Union?
What’s the syntax for declaration?
How do Unions store its Members’ Values
in Memory?
What properties of Structures are in Unions?
How do we initialize Unions?
How do we use Unions to Save Space?
How do we use Unions to make Arrays that store different Data Types?
How do we know which Data Type of an Array of Unions are being stored?
How do we do that?