Question: It needs to be written in C language 1. A palindrome is a word, phrase, or sentence reads the same backward or forward such as
1. A palindrome is a word, phrase, or sentence reads the same backward or forward such as Madam. Write a single program: 1. Take a string from user. 2. Separate the string character by character in main. 3. Calculate the length of string using recursive function. 4. Determine that the string is palindromic (or not) using function. The output is given below: Enter word repaper Pa Der The length of the given string 157 the entered word is a palindrose
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
