Why Index of An Array Starts With 0... ?
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.