explain any one string function
Answers
Answered by
3
Answer:
Strings in 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.
Explanation:
please give 25 thanks take 35 thanks
Answered by
1
Answer:
String is an array of characters.
We will see how to compare two strings, concatenate strings, copy one string to another & perform various string manipulation operations. We can perform such operations using the pre-defined functions of “string. ... In order to use these string functions you must include string.
Similar questions