有以下程序void f(int y,int *x){ y=y+*x; *x=*x+y;}main(){ int x=2,y=4;f(y,&x);printf(%d %d\n,x,y);}执行后输出的结果( )

时间:2022-11-11 20:38:29

相似题目