Why Array Indexing Starts with 0 in C?
Why array indexing starts with 0 in C, C++, Java and most of other programming languages is one of the common confusion among programmers. In this article I will tell you the reason behind it. Image Source Why Array Indexing Starts with 0 in C? Lets try to understand this by taking one example in …
