设int p=3,q=5;,则执行语句printf("%c\n",'A'+p/q);后输出结果是

设int p=3,q=5;,则执行语句printf("%c\n",'A'+p/q);后输出结果是
A、65
B、66
C、A
D、B
【正确答案】:C