Arrays - Definition

An array is a data structure that is used for the storage of homogeneous data, i.e. data of the same type. Figure 1 depicts arrays of four different types.

Figure 4.1. (a) Character array; (b) integer array; (c) float array; (d) array of user-defined type

Post a Comment

Previous Post Next Post