#include
char c1;
unsigned char c2;
int x;
main()
{
for (x=0;x
{
c1=c2=x;
printf("\nx=%d\t%c\t\t%c",x,c2,c1);
}
return 0;
}
bbb
所有跟帖:
•
回复:bbb (图)
-运行结果-
♀
(91 bytes)
()
07/17/2004 postreply
23:10:42
•
13 是特殊字符 (carriage return)
-tty-
♀
(0 bytes)
()
07/18/2004 postreply
00:46:04