/* 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

Tuesday, June 7, 2011

C++ Program using class to check whether a given string is palindrome or not.

/* 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