时间:2012-10-01 18:44:39
fun(p,q); printf("%d,%d,",*p,*q);
fun(&x,&y);printf("%d,%dn",*p,*q);
}
程序运行后输出的结果是
A)3,5,5,3
B)3,
电脑版 | 手机版 | 返回顶部