2
Reply

why index value is starts from 0 in array

Sandy Surwase

Sandy Surwase

Jul 14 2015 12:28 PM
374
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)