McqMate
Login
Register
Home
Search
Login
Register
Computer Science Engineering (CSE)
Data Structure (DS)
What will be the value of top, if there ...
Q.
What will be the value of top, if there is a size of stack STACK_SIZE is 5
A.
5
B.
6
C.
4
D.
none
Answer» C. 4
View all MCQs in:
Data Structure (DS)
Discussion
Comment
Related Questions
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.
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.
What will be the value of top, if there is a size of stack STACK_SIZE is 5
When does top value of the stack changes?
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?
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?
The total number of elements in a stack at a given point of time can be calculated from the value of______.
When the push operation is performed on stack the value of TOS will be ______
Stack is also called as
Which is/are the application(s) of stack
Login to Continue
It will take less than 2 minutes
Continue with Google
Continue with Linkedin
Continue with Twitter
Report MCQ
Remark*
Report