MCQOPTIONS
Saved Bookmarks
| 1. |
When a circular queue is implemented in an array of the following condition holds when there is only one element in the queue? |
| A. | Front = rear =null |
| B. | Front = Rear ≠ null |
| C. | Front = Rear + 1 |
| D. | Front=Rear – 1 |
| Answer» E. | |