home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04103.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  202.4 KB  |  1 channel  |  11,025 sample rate  |  18 seconds
Transcription: To pass an argument by value, pass the argument itself. A copy of the argument is made in the called function. This example demonstrates that if an argument is passed by value and its value is changed in the called function, the argument still has its old value in the calling function.