Posts

Showing posts from May, 2021

Why Index of An Array Starts With 0... ?

Image
 In most languages like Java, C++, C  index of the array starts with zeros, while indexing of arrays in some languages like Cobol, Julia, Lua, etc. starts with 1. Let's try to understand the 0-based array indexing in this post.