Why array indexing starts from ZERO???
Aug 3, 2023 · 2 min read · In computer science, arrays are a data structure that stores a collection of elements of the same type. The elements of an array are indexed starting from 0, which means that the first element is at index 0, the second element is at index 1, and so o...
Join discussion














