Computer Science, asked by Jenengapik8763, 6 months ago

Functions will return..........length of string.

Answers

Answered by sushilyashk
0

Explanation:

The strlen() function calculates the length of a given string. The strlen() function takes a string as an argument and returns its length. The returned value is of type size_t (the unsigned integer type).

Similar questions