MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is NOT an operation performed on a queue?
A
Add
B
Remove
C
isFull
D
isEmpty
E
push
Explanation: 

Detailed explanation-1: -Which of the following is not the type of queue? Answer-B) Single Ended Queue is not a type of queue.

Detailed explanation-2: -Get/remove an item from the queue.

Detailed explanation-3: -There are four different types of queues: Simple Queue. Circular Queue. Priority Queue.

There is 1 question to complete.