主观

#include<stdio.h>

void swap(int x,int y)

{int t;

t=x;x=y;y=t;

printf("%d%d",x,y);

}

main()

{int a=3,b=4;

swap(a,b);

printf("%d%d\n",a,b);

}

参考答案
您可能感兴趣的试题
¥

订单号:

遇到问题请联系在线客服

订单号:

遇到问题请联系在线客服