___________ function joins the two strings
Answers
Answered by
0
Answer:
In the C Programming Language, the strcat function appends a copy of the string pointed to by s2 to the end of the string pointed to by s1. It returns a pointer to s1 where the resulting concatenated string resides.
Answered by
0
Answer:
CONCATENATE function joins the two strings
Similar questions