📜  数组索引超出范围异常 - 无论代码示例

📅  最后修改于: 2022-03-11 14:54:58.538000             🧑  作者: Mango

代码示例1
The array index out of bounds error is a special case of the buffer overflow error. It occurs when the index used to address array items exceeds the allowed value. It's the area outside the array bounds which is being addressed, that's why this situation is considered a case of undefined behavior.