A palindrome is a word, phrase, number or other sequence of units that can be read the same way in either direction. Eg: Katak, 121 etc
Following C program shows the simple way to check if the given character string is a palindrome or not.
Following code is available under no clause BSD License.
Links:
2 comments:
I have checked the program of the character string for palindrome. It is right and generate the desired output.
Thanks for the information.
Post a Comment