一起答
主观

int x=6, y=7;

printf(“%d,”,x++);

printf(“%d\n”,++y);

程序的输出结果是__________ 。

参考答案
查看试卷详情