A structure is a type that has members. These members can be variables of other types.
15.1 Introduction
A structure is also a type. The name of this type is the name of the structure. A structure is a collection of variables, an excellent way to group the variables and organize data.