3.有以下程序执行后输出结果是.D#define f(x) x*xm
3.有以下程序执行后输出结果是.D
#define f(x) x*x
main( )
{ int i;
i=f(3+3)/f(2+2);
printf("%dn",i); }
A)2B)16C)9D)19
这题为什么选D求详解