Vidyalelo
Data Structure · Q649

Miscellaneous on Data Structures

Programming · Data Structure · question 649

Q649

Which of the following statement is true about stack?

A.
Pop operation removes the top most element
Answer
B.
Pop operation removes the bottom most element
C.
Push operation adds new element at the bottom
D.
Push operation removes the top most element

Answer: Option A

Solution

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