C program to calculate length of the string using recursion
In this program, we will read a string through user and calculate the length of the string using recursion in c programming language. We will not use standard function strlen() to calculate the length of the string.
Length of the string program using recursion
Output
need an explanation for this answer? contact us directly to get an explanation for this answer