单选题
下列程序执行后的输出结果是 ( )
#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
【答案解析】
提交答案
关闭