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

admin2009-05-15  36

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

选项

答案2

解析
转载请注明原文地址:https://kaotiyun.com/show/YbWp777K
0

最新回复(0)