填空题
下面程序的运行结果是______。 #define DOUBLE(r)r*r main() { int x=4,y=2,t; t=DOUBLE(x+y); printf("%d",t); }
1、
【正确答案】
1、14
【答案解析】
提交答案
关闭