问题
填空题
下面程序的运行结果是______。
#define DOUBLE(r)r*r
main()
int x=4,y=2,t;
t=DOUBLE(x+y);
printf("%d",t);
答案
参考答案:N
下面程序的运行结果是______。
#define DOUBLE(r)r*r
main()
int x=4,y=2,t;
t=DOUBLE(x+y);
printf("%d",t);
参考答案:N