Code:
int main()
{
char input[100], output[100];
Stack s1;
Stack s2;
Stack s3;
s1.StackInit();
// write your code here
cout << "This Is A Palindrome Check Programe" << endl;
cout << "Please Enter Anything For Palindrome Check" << endl;
fflush(stdin);
cin.getline(input,
Leave a comment: