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. 

+ Report
Total Preview: 823
Which function in C can be used to append a string to another string?
Copyright © 2024. Powered by Intellect Software Ltd