阅读背景:

指针越界访问和数组越界访问有什么区别?

来源:互联网 
void main()
{
int a[1];
a[2] = 2;   // ok! a[2] = 2;   //



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: