Math, asked by zarinlaskar125, 2 months ago

write the name of two characters libarty functions​

Answers

Answered by BeccarPexity
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 Anonymous
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