C Copy String: strcpy()

The strcpy(destination, source) function copies the source string in destination.

Output:

Value of second string is: w3cschoool
Next TopicC strcat()


Contact US

Email:[email protected]

C strcpy()
10/30