English, asked by priyade9102, 6 months ago

Explain the function strlen with exampexamples

Answers

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