which index value can be negative?
Answers
Answered by
3
Explanation:
As we know, indexes are used in arrays in all the programming languages. We can access the elements of an array by going through their indexes. But no programming language allows us to use a negative index value such as -4.
Similar questions