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
AnswerC.
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