Full form of strlen *
Answers
Answered by
1
Answer:
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.
Answered by
1
Answer:
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.
Explanation:
good luck
Similar questions