C String Concatenation: strcat()

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

Output:

Value of first string is: helloc
Next TopicC strcmp()


Contact US

Email:[email protected]

C strcat()
10/30