

MCQOPTIONS
Saved Bookmarks
1. |
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» D. Front pointer points to the first element; rear pointer points to null object | |