Different Ways of Handling Data
Learn different ways of storing data in C.
We'll cover the following...
Employee data
Suppose we wish to store the employee data shown in the table:
In the figure given above:
-
Each individual item of information is known as a field.
-
A collection of fields is a record
-
A collection of records is known as a table. ...