下面程序的运行结果是( )。 #define POW(r)r*r main() {int x=2,y=3,t; t=POW(x+y); printf("%d\n",t); }

admin2011-06-10  31

问题 下面程序的运行结果是(       )。   #define POW(r)r*r   main()   {int x=2,y=3,t;   t=POW(x+y);   printf("%d\n",t);   }

选项

答案11

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

最新回复(0)