1. Write a recursive function string Length that returns the length of a string (a character array). For example, string Length(mesopotamia) would return 11.
2. Write a recursive function is Palindrome that takes a string variable and checks whether it is a palindrome or not. The function returns the Boolean value true if the string is a palindrome, otherwise it returns false.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here