If the characters 'D', 'C', 'B', 'A' are placed in a stack (in that order), and then removed one at a time, in what order will they be removed?

ABCD
  • ABDC
  • DCAB
  • DCBA

Items come off of a stack in the opposite order from how they went in.