C++

Objectives :

Step: 1 Create a source file

Step: 2 Edit Source file

Step: 3 Runtime Views: Values of the  array elements were altered with a pointer to an array.

Note, as pointer would work at the address or memory, when the value of a pointer  was changed, the value of the array element was also changed.

Step: