Home » C strcpy() function

C strcpy() function

by Online Tutorials Library

C Copy String: strcpy()

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

Output:

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

You may also like