40.若有定义char ch1='A',ch2,ch3; 执行ch2=ch1++; ch3=++ch1; printf(ch2=%c, ch3=%c,ch2,ch3); 则输出为ch2=A, ch3=C ( )

时间:2022-11-11 07:50:07

相似题目