NIST

array index

(definition)

Definition: The location of an item in an array.

Aggregate child (... is a part of or used in me.)
one-based indexing, 0-based indexing.

Note: In most programming languages, the first array index is 0 or 1, and indexes continue through the natural numbers. The upper bound of an array is generally language and possibly system specific.

Author: PR


Go to the Dictionary of Algorithms and Data Structures home page.

If you have suggestions, corrections, or comments, please get in touch with Paul E. Black.

Entry modified 18 March 2004.
HTML page formatted Fri Mar 25 16:20:34 2011.

Cite this as:
Patrick Rodgers, "array index", in Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed., U.S. National Institute of Standards and Technology. 18 March 2004. (accessed TODAY) Available from: http://www.nist.gov/dads/HTML/arrayindex.html

to NIST home page