以下程序的输出结果是______。#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=%d
正确答案是D