当前位置: X题卡 > 所有题目 > 题目详情

下面程序和运行运行结果是【 】。   void swap(int * a,int * b)   { int * t;    t=a; a=b; b=t;   }   main( )  ...

查看本题答案

热门试题

更多