单选题 下列程序的输出结果是______。
main ()
int m=5;
if (m++>5) printf ("%d/n",m);
else printf ("%d/n",m--);


【正确答案】 B
【答案解析】