Previous: 7 Arrays
Up: 7 Arrays
Next: 7.2 Passing Arrays to Functions
Previous Page: 7 Arrays
Next Page: 7.1.1 Declaring Arrays

A Compound Data Type --- array

As described above, an array is a compound data type which allows a collection of data of the same type to be grouped into a single object. As with any data type, to understand how to use an array, one must know how such a structure can be declared, how data may be stored and accessed in the structure, and what operations may be performed using this new type.


tep@wiliki.eng.hawaii.edu
Wed Aug 17 08:56:22 HST 1994