What’s the output result of the following code snippet?


unsigned int + int = unsigned int, so a + b = 4294967282
printf("%d"), print as signed, so -14( = 4294967282 as unsigned)
printf(“%u”), print as unsigned int
本文转自zdd博客园博客,原文链接:http://www.cnblogs.com/graphics/archive/2010/04/20/1715865.html,如需转载请自行联系原作者