In linked list implementation of a queue, the important condition for a queue to be empty is?
A. FRONT is null
B. REAR is null
C. LINK is empty
D. FRONT==REAR-1
Answer: Option A
Related Questions on Introduction to Data Structures
A. A collection of data values
B. A programming language
C. A set of algorithms
D. A way of organizing and storing data

Join The Discussion