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
What are the use of front and rear pointers in CircularQueue implementation?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What are the use of front and rear pointers in CircularQueue implementation?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!