0 is coming in the output when i try to initaialize the size of deque as q(4) otherwise the output is correct
if u just initialise a dequeue object then no element is added and the element that u add using push_back is the first to be popped out