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