I have implemented the queue with a circular array, keeping track of first, last, and count (count is the number of items in the array).
a) True
b) False
c) Circular arrays are not suitable for implementing queues.
d) Define the purpose of keeping track of first, last, and count.