单项选择题

以下程序的输出结果是()。
#define  f(x)   x*x  c=f(a)/f(b); 
main()           printf(“%d\n”,c); 
{int a=6,b=2,c;      }

A.9
B.6
C.36
D.1