单项选择题

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

A.-8
B.14
C.0
D.-24