An element of an array is mentioned by its
An element of an array is mentioned by its
Explanation
An element of an array is identified using its subscript (also called an index).
The subscript indicates the position of the element within the array, with most programming languages starting the index at 0.