C Programming Tutorial 5: Structures and Unions
A structure is a collection of variables, which are called its members. A union is a variable that holds different types at different times.
A structure is a collection of variables, which are called its members. A union is a variable that holds different types at different times.