Discuss it!
Yes! Since array subscripting is commutative in C. That is array[n] == *((array)+(n)) == *((n)+(array)) == n[array]