时间:2012-10-01 18:11:19
main()
{ int a[ ]={1,2,3,4},y,?*p=&a[3];
--p; y=?*p;printf("y=%dn",y);
}
程序
电脑版 | 手机版 | 返回顶部