Mark As Completed Discussion

Build your intuition. Fill in the missing part by typing it in.

Pointer arithmetic allows us to easily navigate through arrays and access different elements based on the current pointer position. By using ____, we can increment the pointer to point to the next element in the array. Similarly, by using ____, we can decrement the pointer to point to the previous element in the array.

Write the missing line below.