✏️ Explanatory Question
Which function in C can be used to append a string to another string?
No previous question
No next question
The strcat function. It takes two parameters, the source string and the string value to be appended to the source string.
No previous question
No next question