issues
search
AllAlgorithms
/
c
Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.58k
stars
534
forks
source link
pointers in array
#422
Open
Bisma-Nadeemm
opened
1 year ago
Bisma-Nadeemm
commented
1 year ago
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
commented
1 year ago
Kindly review it
Issue327
I am creating a pull request for issue 137