write the name of two characters libarty functions
Answers
Answered by
2
Answer:
- Here are some of the commonly used string library functions:
- strlen(): This function returns the length of the string. ...
- strcat(): This function concatenates two strings. ...
- strcpy(): This function copies the value of the second string to the first string. ...
- strcmp(): It compares two strings.
Answered by
3
Answer:
Here are some of the commonly used string library functions:
- strlen(): This function returns the length of the string. ...
- strcat(): This function concatenates two strings. ...
- strcpy(): This function copies the value of the second string to the first string. ...
- strcmp(): It compares two strings.
Similar questions