问题 填空题

下列程序的运行结果为 【6】
main()
int x=2,y,z;
x*=3+1;
printf("%d,",x++);
x+=y=z=5;
printf("%d,",x);
K=y==Z;
printf"%d\n",x);

答案

参考答案:H,AD,A

单项选择题
判断题