C String Length: strlen() function

The strlen() function returns the length of the given string. It doesn't count null character '\0'.

Output:

Length of string is: 10
Next TopicC strcpy()


Contact US

Email:[email protected]

C strlen()
10/30