home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A120952.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  208.4 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: PRINT int is called with the argument j. The type j is converted from int to unsigned int because print int expects this type. Because j has a positive value, this conversion does not affect its value and the value that is printed by print int is the same as the value of j in main.