通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
有下列程序,其中%u表示按无符号整数输出。
main( ) { unsigned int x=0xFFFF;/* x的初值为十六进制数 */ printf("%u\n",x); }
程序运行后的输出结果是( )。