123456
// declarations: int i; int arr[n]; // explanation, the = means 'has the same value as' arr[i] = *(arr+i) = *(i+arr) = i[arr]