Higher Study | Programming and Data Structure | Queue

When a circular queue is implemented in an array of the following condition holds when there is only one element in the queue?
With respect to deque which of the following is true?
A queue is implemented using an array such that ENQUEUE and DEQUEUE operations are performed efficiently. Which one of the following statements is CORRECT (n refers to the number of items in the queue)?  
Suppose a stack implementation supports an instruction REVERSE, which reverses the order of elements on the stack, in addition to the PUSH and POP instructions. Which one of the following statements is TRUE with respect to this modified stack?
Ads