Guajara in other languages: Spanish, Deutsch, French, Italian ...



Bounds checking

Bounds checking is the name given to any method of detecting whether or not the index given lies within the limits of the array.

For example, accessing index 25 on an array of size 10 would be caught by bounds checking as an invalid index, because it does not lie within the specified size limit of the array.





Wikipedia - All text is available under the terms of the GNU Free Documentation License.

Tagoror dot com  -  Legal Information  -  Contact us