问题 填空题

下面程序的运行结果是______。
#define DOUBLE(r)r*r
main()
int x=4,y=2,t;
t=DOUBLE(x+y);
printf("%d",t);

答案

参考答案:N

不定项选择
单项选择题 A型题