To make a queue empty, elements can be deleted till
Answers
Answered by
1
Answer:
Queue are a type of container adaptors which operate in a first in first out (FIFO) type of arrangement. Elements are inserted at the back (end) and are deleted from the front. empty() function is used to check if the queue container is empty or not.
Explanation:
hope this will help you out ❤❤⚡⚡⚡❤❤⚡
Similar questions