Podcast
Questions and Answers
What term means remove item on the stack?
What term means remove item on the stack?
What term means adds an item in the stack?
What term means adds an item in the stack?
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?
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:
Signup and view all the answers
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?
Signup and view all the answers