以下程序的输出结果是#include


以下程序的输出结果是#include

int main()

{

int a=1234;printf(“%2d”,a);return 0;}

A.1234

B.12

C.34

D.提示出错、无结果

正确答案:1234