☑Kizspy.me
Answer (Choose 1 answer)
☐ A
Consider the following operation performed on a stack of size 5.
Push(1);
Push(2);
Push(3);
Pop();
Push(4);
Pop();
Back
Next
FUQ.sh
sh the exam.
Pop();
Push(5);
After the completion of all operations, the number of elements present on stack are
A. 1
B. 2
C. 3
D. 4