(6)设有定义:float x=123.4567;,则执行下列语句后的输出结果是【6】。
printf("%f\n",(int)(x*100+0.5)/100.0);
(7)下列程序运行后的输出结果是【7】。
main( ) { int m=011,n=11; printf("%d %d\n",