单项选择题

若有宏定义:#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