...

/

Finding String Length

Finding String Length

Learn how to calculate the length of the string in this lesson.

To help programmers work with strings effectively, C library provides several functions, like strlen( ), strcpy( ) , strcat( ), strcmp( ), etc. Without these library functions, we would need to develop parallel functions ourselves.

The strlen() function

...
Access this course and 1400+ top-rated courses and projects.