时间:2012-10-01 18:11:19
main()
{ char ss[10]="acc",aa[10]="bbxxyy";
fun(ss,aa); printf("%s,%sn",ss,aa);
}
程序的运行结果是
电脑版 | 手机版 | 返回顶部