Podcast
Questions and Answers
What term means remove item on the stack?
What term means remove item on the stack?
- Pop (correct)
- Peek
- Push
- Underflow
What term means adds an item in the stack?
What term means adds an item in the stack?
- Pop
- Peek
- Overflow
- Push (correct)
What is used to get the value of the top most data of the stack?
What is used to get the value of the top most data of the stack?
- Pop
- Overflow
- Peek (correct)
- Push
When a program tries to push new element on an already full stack, it results in:
When a program tries to push new element on an already full stack, it results in:
What error occurs when a program tries to delete an item on an empty stack?
What error occurs when a program tries to delete an item on an empty stack?
Flashcards are hidden until you start studying