Multiple choice

What is the meaning of enqueue?

  1. Adding an element in stack

  2. Adding an element in queue

  3. Removing an element from stack

  4. Removing an element from queue

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Enqueue means adding an element in queue, hence this is the answer.