12
Structure and Union
CHAPTER OUTLINE
12.3 Definition and Declaration of Structure
12.4 Structure within a Structure
12.1 BASICS OF STRUCTURE
A structure is a collection of one or more variables of different data types, grouped together under a single name. It is a derived data type to be arranged in a group of related data items of different data types. It is a user-defined data type because the user can decide the data types to be included in the body of a structure. By using ...
Get C Programming now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.