c icon indicating copy to clipboard operation
c copied to clipboard

pointers in array

Open Bisma-Nadeemm opened this issue 2 years ago • 1 comments

#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

Bisma-Nadeemm avatar Oct 20 '23 16:10 Bisma-Nadeemm

Kindly review it

Bisma-Nadeemm avatar Oct 20 '23 20:10 Bisma-Nadeemm