02/21/00
COM1100 Winter2000 Yuhong Yin
8
Individual elements in an array
nIn these declaration statements, each array is allocated
n    sufficient memory to hold the number of data items given in the declaration statement.
nEach item in an array is called an element. The individual
n    elements are stored sequentially in the array.
n
n