单选题 下列程序的输出结果是______。
#include<stdio.h>
main ()

int a=2,c=5;
printf("a=%%d,b=%%d/n",a,c);


【正确答案】 D
【答案解析】