Strcpy and strcat

strcpy() Replace the destination with the source string.
strcat() Append the source string to the destination string.

1 Like