codeGK
Code it ALL
strcpy() in C - CodeGK

♦ strcpy() in C

♣ Example4: strcpy() in C

strcpy() is a in-built C method(function) to copy a string to another string.
In this example, the program will copy string str1 into str2.
Example
Input:
Output:
Strings