jeffshia
全部博文(199)
2007年(23)
2006年(176)
IT小怪兽
wanenjie
adonisLe
icelee52
h567125
ARMUNIX
snowdrif
苏宇佳
hbusan
分类: C/C++
2006-12-25 17:22:17
#include <stdio.h>int main(void){ unsigned int c=130; char ch; ch = c; c = ch; printf("the value of ch is:%d\n",ch); printf("the value of c is:%d\n",c); }
the value of ch is:-126
the value of c is:-126
上一篇:Merry Christmas!
下一篇:英语学习
登录 注册