单项选择题一个算法应该具有“确定性”等5个特性,下面对另外4个特性的描述中错误的是( )。
单项选择题有以下程序:main(){int m=12,n=34;printf( %d%d ,m++,++n);printf( %d%d n ,n++,++m);}程序运行后的输出结果是【 】。