Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
CHAPTER 11 Structures Objectives A structure is a derived data type designed to group variables of different data types that are related as a unit called a record. 11.1 Structures and Structure Variables A structure in C is a derived data type derived from the built-in basic data types int , float , double ,