成人高等教育 / C语言程序设计
正确率:100%
以下程序的运行结果是:
main()
{int m=5;
if(m++>5) printf("%d\n",m);
else printf("%d\n",m--);
}
- A、
4
- B、
5
- C、
6
- D、
7
参考答案:
佳题速递: