Question:What is the meaning of the statement: "Entries in a stack are 'ordered'"?
A A collection of stacks can be sorted
B Stack entries may be compared with the '<' operation
C The entries must be stored in a linked list
D There is a first entry, a second entry, and so on
+ AnswerB
+ Report