Data Structures19 sections · 729 units
Open in Course

Quiz: Stack Basics

LIFO behavior

Check Your Understanding

If you push 1, 2, 3 onto a stack (in that order) then pop twice, what remains on the stack?

  1. A.3
  2. B.1
  3. C.2, 3
  4. D.1, 2
Start the roadmap to answer the quizzes and solve the challenges