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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!