Computer Science, asked by AbbyFranklin4104, 8 months ago

Function will return_ string of the length

Answers

Answered by Anonymous
0

Answer:

you need to mark me as brainliest if the answer is correct

Explanation:

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). It is defined in the <string.

Similar questions