下列程序执行后的输出结果是()。 #define MA(x) x*(x-1) main() { int a=1,b=2; printf("%d \n",MA(1+a+b));}
A.6
B.8
C.10
D.12
正确答案是B