问答题 int x=6, y=7;   printf(“%d,”,x++); printf(“%d/n”,++y);   程序的输出结果是__________。
【正确答案】6,8
【答案解析】