A standard C function that returns the length of a string.
This function calculates the length of the string, excluding the terminating null byte \0
. It is defined in the <string.h>
standard header.
A standard C function that returns the length of a string.
This function calculates the length of the string, excluding the terminating null byte \0
. It is defined in the <string.h>
standard header.