Question: USE CPP OOP. 3. Write a C++ Program to Check whether a string is Palindrome or not using stack Input: ababa Output: Palindrome Input: abba

USE CPP OOP.
3. Write a C++ Program to Check whether a string is Palindrome or not using stack Input: "ababa Output: Palindrome Input: "abba" Output: Pailndrome Input: "123321" Output: Palindrome Input: 1212" Ouput: Not Palindrome 4. Write a C++ Program to reverse a string using stack Input: "hello" Output: "ollen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
