问题 单项选择题

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

A) 5
B) 6
C) 7
D) 8

答案

参考答案:D

单项选择题
单项选择题