单项选择题

下面程序的输出结果是( )。
main()
int a,b;
scanf("%2d%3d",&a,&b);
printf("a=%d b=%d\n",a,b);

A.a=12 b=34
B.a=123 b=45
C.a=12 b=345
D.语句右错误
热门 试题

相关试题