问题详情
下列语句序列执行后的输出结果是__________。
intm=5;
if(m++>5)printf("%d/n",m);
elseprintf("%d/n",--m);
请帮忙给出正确答案和分析,谢谢!