In the demonstrated linked-chain implementation of a StackADT, when a node is popped from the stack...

the original first node will no longer be referenced
  • the original first node will have a new value
  • the second to last node will now be the top
  • all of these answers are true

There are no hints for this question