Wednesday, May 13, 2009

C Language: Program to check given character string for palindrome

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:

Sara Reid said...

I have checked the program of the character string for palindrome. It is right and generate the desired output.

Raghu Nayak said...

Thanks for the information.