问题 填空题

下列程序的输出结果是 【8】
main()
int a=1,b=2;
a=a+b;b=a-b,a=a-b;
printf("%d,%d\n",a,b) ;

答案

参考答案:2,1

多项选择题 案例分析题
单项选择题 A1/A2型题