Vidyalelo
Data Structure · Q1

Queues in Data Structures

Programming · Data Structure · question 1

Q1

What is the main characteristic of a queue data structure?

A.
Last In, First Out (LIFO)
B.
First In, First Out (FIFO)
Answer
C.
Last In, Last Out (LILO)
D.
First In, Last Out (FILO)

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board