List the rules regarding array subscript
Answers
Answered by
1
Answer:
Usually, the subscript is placed in brackets following the array name. For example, AR[5] identifies element number 5 in an array called AR. If the array is multidimensional, you must specify a subscript for each dimension. For example, MD identifies an element in a three-dimensional array called MD.
Similar questions