home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03113.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-18  |  207.9 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: You access the elements of an array by specifying an index with the subscript operator. The first element of an array has index 0. The last element has an index 1 less than the size of the array. In this example, the array int array has 5 elements with indices from 0 to 4.