AMArth Masandinarthmasand.hashnode.dev·Jan 20, 2022 · 1 min readReason why array index starts from 0I am sure that this question has crossed all of our minds when we first learnt about arrays in C/C++ but only some of us bothered to know the reason of starting the array index from zero. I too was curious hence I searched the internet and below is t...00