C - when to use pointer arithmetic, when to use array indexing?

Viewed 19929

In C, when is it preferrable to use one over the other?

6 Answers
Related