注意:此页面搜索的是所有试题
【单选题】
下面程序段的输出结果是_______。

int a=2,b=5;

printf("a=%%d,b=%d\n",a,b);

A、
a=%d,b=5

B、
a=2,b=5

C、
a=%%d,b=5

D、
a=%d,b=2

参考答案