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

Explanation:

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

Explore more in Computer Science: