[单选题]
设有定义:double x=2.12;,以下不能完整输出变量x值的语句是( )。
A.printf("x=%5.0f ",x);
B.printf("x=%f ",x);
C.printf("x=%lf ",x);
D.printf("x=%0.5f ",x);
参考答案与解析: