/* C++ Program using class to check whether a given string is palindrome or not. */
#include<iostream.h>
#include<string.h>
#include<conio.h>
class word
{
........................
The content has been moved to permanent website. You will be redirected shortly
visit to get full program:
http://www.programminghelp.in/2011/09/05/checking-for-palindrome-word-c-program-using-class/
http://www.programminghelp.in/2011/09/05/checking-for-palindrome-word-c-program-using-class/