✏️ Explanatory Question

Which function in C can be used to append a string to another string?

👁 719 Views
📘 Detailed Answer
No previous question
No next question
💡

Answer with Explanation

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