Computer Science, asked by SherinJoysCatherina, 8 months ago

give an example of strlen function algorithm(a maximum 5 line algorithm)

Answers

Answered by navneethkrishnacs
0

Answer:

The strlen() function in C is used to calculate the length of a string. Note: strlen() calculates the length of a string up to, but not including, the terminating null character. Return Value: The function returns the length of the string passed to it.

Similar questions