C Program to Access Array Elements Using Pointer

This program declares an array of five elements, and the elements of the array are accessed using a pointer.

Example: Access Array Elements Using Pointers