0
2.3kviews
Explain the String handling function in detail
1 Answer
2
175views

Some of the string handling functions are :-

1) C String Length : strlen() function :- The strlen() function returns the length of the given string. It doesn’t count null characters.

2) C String Concatenation : strcat() function :- The strcat(first-string, string-second) function concatenates two results and result is returned …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.