单项选择题

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

A.12
B.34
C.1234
D.提示出错,无结果