explain string function with example.
Answers
Answered by
5
Strings in C: Strings are defined as an array of characters. ... It will append copy of the source string in the destination string. The terminating character at the end of dest is replaced by the first character of src . Return value: The strcat() function returns dest, the pointer to the destination string.
❤️
Answered by
2
Answer:
hope I helped you.......
Attachments:
Similar questions