Which function will you choose to join two words?
Answer: B
The strcat() function is used for concatenating two strings, appends a copy of the string. char *strcat(char *s1,const char *s2);