在线名词解释大全
专业、全面、易懂的全领域名词百科

以下程序的输出结果是()main(){intm=5;if(m++>5)printf(“%d\n”,m);elseprintf(“%d\n”,--m);}

题型:单选题
选项
A. 4
B. 5
C. 6
D. 7
正确答案: