tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 C Language > Basic > String length

String length 

This example shows using strlen library function.

File Name  :  
source/C/basic/string_length.c 
Author  :  Sudhakar KV
Email  :  [email protected]

It gives the following output,
Length of string (BE THE CODER) is 12
Length of string (123456) is 6
Length of string (123456789) is 9



 
  


  
bl  br