c
c copied to clipboard
pointers in array
#Issue327
I am creating a pull request for issue 137
- [he program prints the same array elements using pointer notation. It uses a pointer variable ptr that points to the first element of the array. Inside a for loop, it uses *(ptr + i) ] New algorithm
Kindly review it