/*编个小程序验证一下*/#include int main(){ printf("uchar有%d个字节",sizeof(unsigned char)); system("pause"); return 0;}
char 和unsigned char都是一个字节