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

4 years ago
C Programming

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

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions