Aug 22, 2017

Check given String for Palindrome

Program: Find given string is palindrome or not Palindrome: A palindrome is a word, phrase, number, or other sequence of characters which reads the same backward as forward, such as madam or racecar. So in this program we take input string from user and return the result whether...