问题 填空题

下列程序的运行结果为 【3】
main ( )
int a=5,b=5, y, z;
y=b-->++a++b: a;
z=++a>ba: y;
printf ("%d, %d, %d, %d", a, b, y, z);

答案

参考答案:7,4,6,7

单项选择题
判断题