AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.45k stars 519 forks source link

Create copy string without using inbuilt function. #284

Closed him-kaus closed 3 years ago

him-kaus commented 3 years ago

By this, we can copy a string into another empty string without an inbuilt function.

I am creating a pull request for...