MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is not the type of queue?
A
Priority Queue
B
Single ended Queue
C
Ordinary Queue
D
Circular Queue
Explanation: 

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

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

Detailed explanation-3: -Explanation: Queue always has two ends. So, single ended queue is not the type of queue.

Detailed explanation-4: -The correct answer is b) Single ended queue.

There is 1 question to complete.