问题 单项选择题

以下程序的输出结果是( )。
#include <iostream.h>
main()

int m=5;
if(m++>5)
cout<<m;
else cout<<m--;

A.7
B.6
C.5
D.4

答案

参考答案:B

问答题
多项选择题