Definitions for "Array Element" Add To Word List
Login or Register  | Word Lists | Search History

An individual, scalar component of an array that is specified by the array name and, in parenthesis, one or more subscript s that identify the element's position in the array.
Helpful?           0
A scalar item in an array. An array element is identified by the array name followed by one or more subscripts in parentheses, indicating the element's position in the array. For example, B(3) or A(2,5) .
Helpful?           0
(n.) one of the scalar data that make up an array.
Helpful?           0
A data item in an array, identified by the array name followed by a subscript indicating its position in the array.
Helpful?           0
A single data item in an array.
Helpful?           0
(1) A data element in an array. (2) An object that is identified and accessed with an array name and index. A contiguous set of such objects that have the same type make up the contents of an array.
Helpful?           0