

MCQOPTIONS
Saved Bookmarks
1. |
User perform following operations on stack of size 5 then -push(1);pop();push(2);push(3);pop();push(2);pop();pop();push(4);pop();pop();push(5);Which of the following is correct statement for stack ? |
A. | Stack Operations will be performed Smoothly |
B. | Underflow Occures |
C. | Overflow Occures |
D. | None of these |
Answer» C. Overflow Occures | |