Vidyalelo
Data Structure · Q87

Introduction to Data Structures

Programming · Data Structure · question 87

Q87

In linked list implementation of a queue, front and rear pointers are tracked. Which of these pointers will change during an insertion into a NONEMPTY queue?

A.
Only front pointer
B.
Only rear pointer
Answer
C.
Both front and rear pointer
D.
No pointer will be changed

Answer: Option B

Solution

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