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