Which function is used to find the length of a string in C?

Explanation:
strlen() returns the number of characters in a string.

Latest Blogs