C String Concatenation: strcat()
The strcat(first_string, second_string) function concatenates two strings and result is returned to first_string.
The strcat(first_string, second_string) function concatenates two strings and result is returned to first_string.