问题详情
main() { floatx=123.456; printf("%-5.2f\n",x); } 以上程序输出的结果是_______。
A、123.4
B、123.5
C、123.45
D、123.46