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