时间:2012-10-01 18:11:19
{ int i=3,j=5,?*p=&i,?*q=&j;
swap(p,q); printf("%d %dn",*p,*q);
}
(11)下面程序的运行结果是&nbs
电脑版 | 手机版 | 返回顶部