下列程序段的输出结果为( )。int x=3,y=2;

下列程序段的输出结果为( )。

int x=3,y=2;
printf("%d",(x-=y,x*=y+8/5));
答案
B

题目信息

题号:1466
题型:单选题
难度:普通