Explain the function strlen with exampexamples
Answers
Answered by
1
Answer:
C library function - strlen()
The C library function size_t strlen(const char *str) computes the length of the string str up to, but not including the terminating null character.
Similar questions
Social Sciences,
5 months ago
English,
5 months ago
Math,
5 months ago
Social Sciences,
10 months ago
Math,
10 months ago
English,
1 year ago