the subscript position always starts with
Answers
Answered by
4
Answer:
The array element is always accessible by the index which is sometimes known as subscripts. To access the first position of an array we used the subscript "0". Throughout C and C++, array indexing must begin at 0 which is a norm.
Explanation:
hope it helps uh
Similar questions