Stack using queue push efficient

in pop and top can,t we use:

  1. reverseQueue(primary);
    2.dequeue() or front();
    3.reverseQueue(primary);
    here is no use of secondary queue

you can also do it that way.Both ways are correct.