单项选择题

以下程序的执行结果是()。
#include <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=2,b=%d