25.下列程序的运行结果是___B___。 #include <stdio.h> main() { int a=2,c=5; printf("a=%d,b=%d \n",a,c); } A、a=%2,b=%5 B、a=2,b=5 C、a=d,b=d D、a=%d,b=5d