Question: Need help with coding assignment, have to right a code that will check to see if the word is a palindrome 6 5/14/2018 Lab Assignmet
Need help with coding assignment, have to right a code that will check to see if the word is a palindrome 6 5/14/2018 Lab Assignmet 10 Lab Assignment 10 Due May 21 by 6pm Available Points 5 Submitting on paper May 14 at 6pm - May 21 at 6pm 7 days Lab Assignment 10: Palindrome A palindrome is a word that reads the same forward and backwards. For example, "mom, "dad", "anna". racecar, "rotor", "radar, etc. Write a recursive function that determines if a word and/or phrase is a palindrome. Develop several test char arrays in main) that are passed to your recursive palindrome function to test it. Your function should not return any values but should printf to the screen the word passed and whether or not it is a palindrome. You may use string.h but no string reverse functions...you must write your own recursive string reverse function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
