以下程序的输出结果是______。# define f(x) x*xMain(){int a=6,b=2,c;C=f(a)/f(b);Printf("%d\n",c);}
A.9
B.6
C.36
D.18
正确答案是C