下面程序段的输出结果是( )。 #include<stdio.h> main() {float x=1.236547; printf("%f\n",(int)(x*1000+0.5)/(float)1000); }

admin2013-02-23  35

问题 下面程序段的输出结果是(    )。    #include<stdio.h>    main()    {float x=1.236547;    printf("%f\n",(int)(x*1000+0.5)/(float)1000);    }

选项 A、1.237000
B、输出格式说明与输出项不匹配,输出无定值
C、1.236000
D、1.24

答案A

解析
转载请注明原文地址:https://kaotiyun.com/show/DYPp777K
0

最新回复(0)