单选题 以下程序的输出结果是______。 #inlude<stdio.h> main() { int a=2,b=5; printf("a=%%d,b=%%d/n",a,b); }
【正确答案】 D
【答案解析】