赞题库-背景图
单项选择题

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

A.3
B.9
C.0
D.-12