Computer Science, asked by Premsolanki1838, 1 day ago

___________ function joins the two strings

Answers

Answered by sunitashrimali126
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 jskeerthana654
0

Answer:

CONCATENATE function joins the two strings

Similar questions