Computer Science, asked by gs1241117, 9 months ago

Full form of strlen *​

Answers

Answered by MarmikChaudhari
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 payalgupta43
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