In reply to Have_A_Doubt:
Hi,
It is always recommended to use the queue push_back() or push_front() method instead of assigning value directly to the queue.
In reply to Have_A_Doubt:
Hi,
It is always recommended to use the queue push_back() or push_front() method instead of assigning value directly to the queue.