设int i=3,j=2;,则执行语句printf("%d",'A'+i/j);后输出结果是

设int i=3,j=2;,则执行语句printf("%d",'A'+i/j);后输出结果是
A、66
B、67
C、A
D、B
【正确答案】:A