Let Us C Solutions chapter 11, Structures. This chapter has concepts for user-defined complex types, called structures.
Structures are like arrays, except they can contain mixed types of data. It is like defining a whole new data type and creating variables for this type. You can also call it a user-defined data type. Keyword used to create structures is a struct.