Palindrome program in C++ | To check if given string is palindrome byA Ghori •January 14, 2019 Palindrome in C++ A palindrome is a word, number, phrase, or other groupings of characters which peruses indistinguishable backward from forward, for example, madam or racecar or the number 10801. Palindrome Algorithm get the input data f…