设有定义:int n = 1234; double x

设有定义:

int n = 1234;
double x = 3.1415;

则语句

printf("%3d,%1.3f\n", n, x);

的输出结果是( )。

答案
A

题目信息

题号:4914
题型:单选题
难度:普通