c++
Extracted text: Task 4: write a code using stack to check the given sequence is palindrome or not. Take input from user as a string and store it in a stack character by character. For example: User enters "ABCBA" Тop A В C В А Stack s Use this stack s to check that it is palindrome or not. Use your own logic to implement this task.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here