单选题 下列程序执行后的输出结果是 ( )
#define MA(x) x*(x-1)
main()
int a=1,b=2;
printf("%d/n",MA(1+a+B) );


【正确答案】 D
【答案解析】