Infix and Postfix
1. What does push operation on a stack do?
2. Situation: A teacher wants to remember the names of all students in the class. Which of the following is the best possible way to use the linked list in this situation?
3. Situation: A teacher wants to remember the names of all students in the class. In the aforementioned question, what are the pros and cons of using a linked list faced by the teacher?
4. Which of the following best describes a stack?
5. On what principle are objects inserted and removed in stacks?