C strcat()
In C programming, the strcat() function contcatenates (joins) two strings.
The function definition of strcat() is:

char *strcat(char *destination, const char *source)
It is defined in the string.h header file.
Output:
This is tabasum.needbook
tabasum.needbook


Mixed-up sentence exercise

  
Put the parts in order to form a sentence. When you think your answer is correct, click on "Check" to check your answer. If you get stuck, click on "Hint" to find out the next correct part.