(Solved) : 3 5 Pts Write Function Strlenrecursive Accepts Pointer String Recursively Counts Number Ch Q44125942 . . .

3. (5 pts) 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. Show transcribed image text 3. (5 pts) 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.
Expert Answer
Answer to 3. (5 pts) Write a function strlen_recursive which accepts a pointer to a string and recursively counts the number of ch…
OR