单选题 以下程序的输出结果是( )。 #include main() {int m=5; ifj(m++>5) cout<
【正确答案】 B
【答案解析】解析:此题中,因为m++>5成立(此时m的值变为6),所以执行语句cout<