Structures
Syntax: struct <name>{field_list}
Struct is a type that is built from several, simpler types
Struct allowes access to each component
Almost every operation on built in types (int, float) is legal for structuresLegal: Arrays of structures, return type of functionsIllegal: overloading predefined arithmetical or logical operations