单项选择题
以下程序的执行结果是()。#include <stdio.h>main(){int a=2,b=5;printf("a=%d,b=%d\n",a,b);}
A.a=%2,b=%5B.a=2,b=5C.a=%%d,b=%%dD.a=2,b=%d