C program to copy a string without using the strcpy function.

The strcpy function is the best way to copy a string.In this example, we will copy a string manually.