Multiple Choice
Which of the following correctly describes a queue data structure?
A) first-in,last-out
B) first-in,first-out
C) last-in,first-out
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: To place a new item in a
Q8: At compilation time,the runtime system replaces type
Q9: A doubly linked list allows traversals both
Q11: Once you have a generic class,you must
Q13: To determine the number of elements in
Q14: A node can contain any data type.
Q15: Compilers use stacks to evaluate arithmetic expressions
Q16: Which statement is false?<br>A)A linked list is
Q17: Any value can be stored as an
Q28: Like linked lists,stacks,and queues,trees are also linear