时间:2012-10-01 18:44:39
void fun(int *a,int *b)
{ int *c;
c=a;a=b;b=c;
}
main()
{ int x=3,y=5,*p=&x,
电脑版 | 手机版 | 返回顶部