Multiple Choice
A queue is a ____________________ data structure.
A) LIFO
B) FIFO
C) link based
D) array based
E) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: A queue is the ideal collection to
Q10: A radix sort is a comparison-based sorting
Q11: A queue is helpful in implementing a
Q12: Write out the order of elements that
Q13: List the five basic operations on a
Q15: What is wrong with the java.util.Stack implementation
Q16: Write an enqueue method for a queue
Q17: Explain how a queue can be implemented
Q18: Write an enqueue method for a queue
Q19: Write a push method for a stack