Tasks for Students
1. Understand and Execute code given in lab manual.
2. Implement a stack that can store different data types using C++.
3. Write a program that checks if a given string of parentheses is balanced using stack.
4. Reverse a string using a stack.