Introduction
Pointer arithmetic refers to the addition or subtraction of a pointer by an integer value. Using pointers, we can traverse an array in both forward and backward direction. In this lab, we will learn how to traverse an array using pointers in C language.