标签:log linux highlight inux 转换 signed printf 编译 slot
unsigned int nslot = 1; printf("%d\n", 0 < nslot -2);
以上输出结果是多少呢?
在linux上编译之后,输出结果为1. 原因是nslot为unsgined int, 2 为常数,输出结果类型也为unsgined int。
标签:log linux highlight inux 转换 signed printf 编译 slot
原文地址:http://www.cnblogs.com/tibetanmastiff/p/7049840.html