Computer Science, asked by amritpalgoraya163, 5 months ago

which function is user defined function ?sqrt(),strlen(),strcpy(),add()​

Answers

Answered by devil6416
1
  1. strlen() Get length of a string. strcpy() Copy one string to another. strcat() Link together ( concatenate) two strings. strcmp() Compare two ...

Similar questions