Write a C++ program to find the given string is palindrome or not. Here you can do
the case-insensitive match. Sample output is given below
Hint:A word, phrase, or sequence that reads the same backwards as forwards is called
palindrome and you can use the additional header files :eg: #include<cctype>
Comments
Leave a comment