Palindromes a palindrome is a string thats spelled the same


Question: (Palindromes) A palindrome is a string that's spelled the same way forward and backward. Some examples of palindromes are: "radar," "able was i ere i saw elba," and, if you ignore blanks, "a man a plan a canal panama." Write a recursive function test Palindrome that returns 1 if the string stored in the array is a palindrome and 0 otherwise. The function should ignore spaces and punctuation in the string.

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Palindromes a palindrome is a string thats spelled the same
Reference No:- TGS02404095

Now Priced at $15 (50% Discount)

Recommended (93%)

Rated (4.5/5)