Vidyalelo
Data Structure · Q38

Queues in Data Structures

Programming · Data Structure · question 38

Q38

Which of the following operations is used to view the last element in a queue without removing it?

A.
Peek
Answer
B.
Dequeue
C.
Enqueue
D.
Front

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board