Which operation is used to add an element in the Queue?
Java MCQ: Which operation is used to add an element in the Queue? A) Push B) Pop C) Enqueue D) Dequeue Answer: C) Enqueue Explanation: The operation used to add an element to a queue is called “enqueue.” The enqueue operation adds an element to the rear (or end) of the queue, following the FIFO […]
Which operation is used to add an element in the Queue? Read More »