Home / Questions / Which function in C can be used to append a string to another string?
Explanatory Question

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

👁 719 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

The strcat function. It takes two parameters, the source string and the string value to be appended to the source string.