explain the function strlen() with example
Answers
Answered by
8
Explanation:
Answer ❤️
C – strlen() function
- strlen( ) function counts the number of characters in a given string and returns the integer value. It stops counting the character when null character is found. Because, null character indicates the end of the string in C.
Answered by
2
Answer:
this is your answer
Attachments:
Similar questions