which function is user defined function ?sqrt(),strlen(),strcpy(),add()
Answers
Answered by
1
- strlen() Get length of a string. strcpy() Copy one string to another. strcat() Link together ( concatenate) two strings. strcmp() Compare two ...
Similar questions