Vidyalelo
Data Structure · Q57

Introduction to Data Structures

Programming · Data Structure · question 57

Q57

If the elements "A", "B", "C" and "D" are placed in a stack and are deleted one at a time, what is the order of removal?

A.
ABCD
B.
DCBA
Answer
C.
DCAB
D.
ABDC

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board