A one – dimensional array contains a subscript —————
say in one word
Answers
Answered by
4
Answer:
column index
Explanation:
Answered by
0
Concept
A collection of one or more values of the same type is referred to as an array. Each value is referred to as an array element. The array's items share the same variable name, but each has its own unique index number.
Explanation
An array's elements can be accessed by supplying the array name followed by a subscript or index inside square brackets.
The array subscript or index begins at 0
If an array's size is 10 then The first element is located at index is 0
Final Answer
Hence The correct answer is Index
#SPJ2
Similar questions