Computer Applications
Differentiate between Subscript and Subscripted variable
Java Arrays
125 Likes
Answer
Subscript | Subscripted variable |
---|---|
Subscript is the index of the element in the array. | Subscripted variable is the name of the array when it is used with a subscript to access a single element of the array. |
Answered By
92 Likes