单选题
以下程序的输出结果是( )。
main()
{ int a=3:
printf("%d\n",(a+a-=a*a));
}
A、
-6
B、
12
C、
0
D、
-12
【正确答案】
D
【答案解析】
提交答案
关闭