以下程序输出结果是()。 main() { int m=5; if(m++>5) printf("%d\n",m); esle printf("%d\n",m- -); }
A.7 B.6 C.5 D.4
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。