In a circular array-based implementation of a queue, with one unused element the initial size of the array should be...

one more than the queue’s initial capacity
  • one less than the queue’s initial capacity
  • two less than the queue’s initial capacity
  • two more than the queue’s initial capacity

There are no hints for this question