问题 单项选择题

若有宏定义:#define MOD(x,y)x%y
则执行下面语句后的输出结果是
int a=13,b=96;
printf("%d\n",MOD(b,a ));( )

A.1
B.2
C.5
D.6

答案

参考答案:C

单项选择题 A1/A2型题
单项选择题