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