sir,
plz send me the solution of this program.

Question

Create a program that declares an integer array with five elements. Now store in that integer array five different elements (10,20,30,40,50 ) using a pointer variable only.

Hints

The identifier of an array is equivalent to the address of its first element, as a pointer is equivalent to the address of the first element that it...