why are the various string landling function in C
Answers
Answered by
2
Answer:
Strings handling functions are defined under "string.h" header file. Note: You have to include the code below to run string handling functions.
...
String Manipulations In C Programming Using Library Functions.
Function Work of Function
strcat() Concatenates(joins) two strings
strcmp() Compares two string
strlwr() Converts string to lowercase
strupr() Converts string to uppercase
Explanation:
Follow me on this app and Facebook page and the Twitter app at so I am Sumi Islam Brishty and Mark my answer as soon as possible.
Similar questions