有以下程序
#include <stdio.h>
Main()
{ int x=1,y=2,z=3;
If(x>y)
If(y<z) printf("%d",++z);
Else printf("%d",++y);
Printf("%d\n",x++);
}
程序的运行结果是______。
A.331 B.41 C.2 D.1正确答案D
有以下程序
#include <stdio.h>
Main()
{ int x=1,y=2,z=3;
If(x>y)
If(y<z) printf("%d",++z);
Else printf("%d",++y);
Printf("%d\n",x++);
}
程序的运行结果是______。
A.331 B.41 C.2 D.1正确答案D