mediumFPSCNTSCSSPPSCProgramming & Databases
Answer explanation
Explanation included
Practice quiz ready
Question

Which Operation can’t be performed by Queue?

AInsertion
BDeletion
CRetrieving
DTraversing

Choose an option to check yourself, or reveal the answer and explanation instantly.

Test Yourself

Take a full quiz on Programming & Databases

Start Quiz

Exam Coverage

FPSCNTSCSSPPSC

Trust

Answer is visible after reveal
Explanation helps learning
Free topic quiz available

Subject

Programming & Databases

Save your progress

Create a free account to bookmark MCQs and track weak areas.

Register Free
Start QuizMore MCQs
Answer and explanation

Correct Answer: D: Traversing

Explanation: The correct answer is D: Traversing. Traversing is not a standard operation that can be performed by a Queue data structure. Queue supports Insertion (enqueue), Deletion (dequeue), and Retrieving (peek/front) operations following First-In-First-Out principle.