McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
Data Structures (DS)
→
Linear Data Structures -Stacks and Queue...
→
Process of inserting an element in stack...
Q.
Process of inserting an element in stack is called
A.
Create
B.
Push
C.
Evaluation
D.
Pop
Answer» B. Push
3.1k
0
Do you find this helpful?
23
View all MCQs in
Data Structures (DS)
Discussion
No comments yet
Login to comment
Related MCQs
Inserting an item into the stack when stack is not full is called …………. Operation and deletion of item form the stack, when stack is not empty is called ………..operation.
When a stack is organized as an array, a variable named Top is used to point to the top element of the stack. Initially, the value of Top is set to_______to indicate an empty stack.
Pushing an element into stack already having five elements and stack size of 5, then stack becomes
Process of inserting an element in stack is called ____________.
In a stack, if a user tries to remove an element from empty stack it is called
What happens when the stack is full and there is no space for a new element, and an attempt is made to push a new element?
Process of removing an element from stack is called
Suppose implementation supports an instruction REVERSE, which reverses the order of elements on the stack, in addition to the PUSH and POP instructions. Which one of the following statements is TRUE with respect to this modified stack?
In stack, to display the lastly inserted element without removing it, which function is used?
Which data structure allows deleting data elements from and inserting at rear?