Home » C strlen() function

C strlen() function

by Online Tutorials Library

C String Length: strlen() function

The strlen() function returns the length of the given string. It doesn’t count null character ‘’.

Output:

Length of string is: 10 
Next TopicC strcpy()

You may also like