Q.14 which of the following is not Stack operation? *
1.PUSH
2.Insert
3.POP
4 D.SEEK
Answers
Answered by
6
Answer:
Mainly the following three basic operations are performed in the stack:
Push: Adds an item in the stack. If the stack is full, then it is said to be an Overflow condition.
Pop: Removes an item from the stack. ...
Peek or Top: Returns top element of stack.
isEmpty: Returns true if stack is empty, else false.
Answered by
0
Answer:
D. SEEK
Explanation:
Hope it Helps you.
Similar questions