Whenever we want to fetch elements based on index from an array, I learned that the compiler just does something like
array_addr + ele_size * (i - first_index)<