Pointer Arithmetic We use arithmetic on pointers (point + 1) pointer to the 2nd element (point + 2) pointer to the 3rd element (point + 3) pointer past the end We can also use ++, -- and -