home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH12
/
A120953.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-09-13
|
269 b
|
6 lines
print_int() is called with the argument k. The type of k is
converted from int to unsigned int because that is the type that
print_int() expects. Because k has a negative value, the value
that is printed by print_int() is different from the value of k in
main().