home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A041141.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-20  |  225.4 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: Both arguments in printSum have a default value of zero. If printSum is called with two arguments, these default values are not used. If printSum is called with one argument, the default value for j is used. If printSum is called with no arguments, the default values are used for both i and j.