strlenFinds the length of a character string | |||
Arguments
Return ValueThe length of the string pointed to by s is returned.ExplanationThe length of the string pointed to by s (i.e. the number of characters in the string) is obtained and its value is returned. |