已知字母A的ASCII码为十进制65,下面程序段的运行结果为:( )。
char ch1,ch2; ch1='A'+2; ch2='D'-3; printf("%d, %c\n", ch1,ch2);
(A)67, 65
(B)C,A
(C)C, D
(D)67, A
Copyright ©