注意:此页面搜索的是所有试题
以下程序输出结果是______

main()
{ int m=5;
if(m++>5) printf("%d\n",m);
else printf("%d\n",m--);

A.7
B.6
C.5
D.4

参考答案