Write a function strlen_recursive which accepts a pointer to a string and recursively counts the number of characters in the provided string, excluding the null character. this function should return the number of characters in the string.

Solved
Show answers

Ask an AI advisor a question