Examveda

What are the use of front and rear pointers in CircularQueue implementation?

A. Front pointer points to first element; rear pointer points to the last element

B. Rear pointer points to first element; front pointer points to the last element

C. Front and read pointers point to the first element

D. Front pointer points to the first element; rear pointer points to null object

Answer: Option C


This Question Belongs to Java Program >> Collections Framework In Java

Join The Discussion

Related Questions on Collections Framework in java