以下程序段的输出结果是______。
Int a=1234;

以下程序段的输出结果是______。
Int a=1234;
Printf("%2d\n",a);

A.12

B.34

C.1234

D.提示出错、无结果

正确答案是C