Array Traversal Using Pointers

# 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.

|60 : 00

Click the virtual machine below to start practicing