Computer Science, asked by venkatvinay015, 5 months ago

List the rules regarding array subscript​

Answers

Answered by Anonymous
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