home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04132.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-29  |  239.6 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: An array name is the identifier of a pointer. Therefore, you cannot pass an array by value. If you pass an array to a function and modify elements of the array within the function, the array is changed in the calling function. In this example, the function changeArray increments the value of an element of the array.