As subscript is for array is associated with structures
Answers
Answered by
1
Explanation:
An array subscript allows Mathcad to display the value of a particular element in an array. It is used to refer to a single element in the array. The array subscript is created by using the [ key. This is referred to as the subscript operator.
In programming, a symbol or number used to identify an element in an array. 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.
Hope this helps mate.
Similar questions