[C] Introduction of Structures
A structure is a type that stores multiple related variables (variables that may contain multiple different data types) under one-name for easy control.
In C programming language, we can declare a structure by keyword struct
: