Question: C++ Write a recursive function to check if a string is a palindrome (a set of letters or numbers that is the same whether read
C++
Write a recursive function to check if a string is a palindrome (a set of letters or numbers that is the same whether read forward or backward). Also, write a program to test your function on at least one palindromic word and one non-palindromic word. Submit the cpp file, and copy and paste the screenshot of the output here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
