单选题
以下程序的输出结果是( )。
#define f(x) x*x
main()
int a=6,b=2,c;
c=f(a)/f(b);
printf("%d/n",c);
A.9 B.6
C.36 D.18
A
B
C
D
【正确答案】
C
【答案解析】
提交答案
关闭