Content deleted Content added
First draft - is it a stub? Well I've marked it as one for now - there's definitely more to be written. |
lower bound not bottom bound |
||
Line 10:
== Range of an array ==
When an array is numerically [[Index (information technology)|indexed]], its range is the upper and lower bound of the array. In most [[programming languages]] a warning, or possibly a [[fatal error]] (or [[bsod|worse]]!) will occur if you try to access an array element that is outside the range. In some languages, such as [[C (programming language)|C]], arrays have a fixed
{{compu-stub}}
|