一起答
主观

下列程序的输出结果是。

void main()

{int a=1,b=2;

 a=a+b;b=a-b;a=a-b;

 printf("%d,%d\n",a,b);

}

试题出自试卷《2012年9月计算机等级考试二级C考前全真模拟试卷(十)》
参考答案
查看试卷详情