How is an element of an array referenced?

How is an element of an array referenced?
A: Array
B: Subscript
C: Object
D: Name of element

An array element is referenced by its subscript (index). This question tests knowledge of data structures in computer studies exams. Subscripts are crucial for array manipulation. Update (as of 2025-09-05)