Lec 11
Lec 11
Computer Programming
Laboratory Session 11
Structures
A structure is a collection of one or more
variables, possibly of different types, grouped
together under a single name for convenient
handling. (Structures are called ``records'' in
some languages.)
emp2.emp_no;
emp2.name;
emp2.salary
Example of a structure