单选题 已知在ASCII代码中,字母A的序号为65,下列程序的输出结果是______。
#include <stdio.h>
main ()

char c1='A',c2='Y';
printf("%d,%d/n",c1,c2);


【正确答案】 D
【答案解析】