12.inti=(int)((unsigned int)0xffffffff+(unsigned int)0xffffffff);
printf(“%d”,i);结果是:C
A.0 B.-1 C.-2 D.2
补码与C++的应用
原文:http://www.cnblogs.com/YTYMblog/p/6476652.html