What is program to concatenate two strings?
Answers
Answered by
2
to concate two strings you can simply use the function strcat() to join two strings
Similar questions