时间:2012-10-01 18:44:39
main()
{ struct ord *p=dt;
printf("%d,",++p->x); printf("%dn",++p->y);
}
程序的运行结果是
A)1,2
B)2,3&n
&n
电脑版 | 手机版 | 返回顶部