for (i = 0; i < N; ++i) { // a[i] ... } for (ptr = a; ptr < a+N; ++ptr) #### for (iter = begin; iter != end; ++iter)