问题详情
两次运行下面的程序,如果从键盘上分别输入6和3,则输出结果是()。 if(x++>5) printf("%d",x); else printf("%d\n",x - -);
A.7和5
B.6和3
C.7和4
D.6和4
请帮忙给出正确答案和分析,谢谢!