> The definition of the subscript operator [] is that E1[E2] is identical to (((E1)+(E2))).
So array[2] == (array + 2)
> The definition of the subscript operator [] is that E1[E2] is identical to (((E1)+(E2))).
So array[2] == (array + 2)