Strlen function will return _________lenth of the string
Answers
Answered by
0
Answer:
__________________________________
strlen() returns the number of bytes rather than the number of characters in a string. Note: strlen() returns NULL when executed on arrays, and an E_WARNING level error is emitted.
__________________________________
Similar questions