单选题
以下程序的输出结果是( )。
#define M(x,y,z)x*y+z
main()
{ int a=l,b=2,c=3;
printf("%d\n",m(a+b.b+c,c+a));
}
A、
19
B、
17
C、
15
D、
12
【正确答案】
D
【答案解析】
提交答案
关闭