-
What is the primary operation of a stack?
-
Which operation is used to add an element to the stack?
-
What happens when you try to pop an element from an empty stack?
-
Which operation allows you to view the top element of the stack without removing it?
-
What is the time complexity of the push and pop operations in a stack implemented using an array?