home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04102.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-18  |  227.0 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: When you call a function in a C++ program, the arguments in the calling statement, the actual arguments, initialize the arguments in the function definition, the formal arguments. Arguments are sometimes also called parameters or operands. In this example, the value of i is initialized to 3 when f is called.