Vidyalelo
Data Structure · Q9

Queues in Data Structures

Programming · Data Structure · question 9

Q9

What does the term "enqueue" refer to in a queue data structure?

A.
Removing an element from the front
B.
Adding an element to the back
Answer
C.
Retrieving the element at the front
D.
Clearing all elements from the queue

Answer: Option B

Solution

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