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

有以下程序   void f( int y,int *x)   { y=y+*x; *x=*x+y;}    main( )   { int x=2,y=4;    f(y,&x); ...

查看本题答案

热门试题

更多