[单选题]
以下程序段的输出结果是
int a=1234;
printf("%2d\n",a);
A.12
B.34
C.1234
D.提示出错、无结果
参考答案与解析: