Copyright © tutorialspoint.com
Synopsis:
Description:The strlen function calculates the length, in bytes, of src. This calculation does not include the null terminating character. Return ValueThe strlen function returns the length of src. Example
It will proiduce following result:
|
Copyright © tutorialspoint.com