Vidyalelo
Data Structure · Q102

Introduction to Data Structures

Programming · Data Structure · question 102

Q102

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

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

Answer: Option C

Solution

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