Multiple choice What is the meaning of enqueue? Adding an element in stack Adding an element in queue Removing an element from stack 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.