Computer Science, asked by Alecia5498, 9 months ago

Strlen function will return _________lenth of the string

Answers

Answered by xSahiBx
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