赞题库-背景图
单项选择题

以下程序的输出结果是()。
#inlude<stdio.h>
main()
int a=2,b=5;
printf("a=%%d,b=%%d\n",a,b);

A. a=2,b=5
B. a=%2,b=%5
C. a=%%d,b=%%d
D. a=%d,b=%d