104
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()
The strcpy(destination, source) function copies the source string in destination.
Output:
Value of second string is: tutoraspire