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...


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.



Nov 28, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here