2
Answers

why index value is starts from 0 in array

Sandy Surwase

Sandy Surwase

9y
681
1
why index value is starts from 0 in array?
I saw some answer like this index is used as an offset.The first element of the array is exactly contained in the memory location that array refers (0 elements away), so it should be denoted as array[0].
I cant understand this one can u explain in easy language. 
Answers (2)