【单选题】
下面程序段的输出结果是_______。

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
出自:兰州工业学院-计算机语言(C语言)