单项选择题

有以下程序:
#include <stdio.h>
main( )
{
int a=3;
a+=a-=a*a;
printf("%d\n",a);
}
程序的输出结果是______。

A.0
B.9
C.3
D.-12
题目列表

你可能感兴趣的试题

微信扫码免费搜题