Question:Which function in C can be used to append a string to another string?
Answer
The strcat function. It takes two parameters, the source string and the string value to be appended to the source string.