cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
empty state of queue
empty state of queue
Feb 18, 2013 at 4:00pm UTC
newworld
(16)
what is the empty state of queue?
Feb 18, 2013 at 4:03pm UTC
Darkmaster
(564)
http://www.cplusplus.com/reference/queue/queue/empty/
Feb 18, 2013 at 4:28pm UTC
newworld
(16)
can u plz tell what is n queue stands for?
Feb 18, 2013 at 4:34pm UTC
Darkmaster
(564)
not really sure what you mean, but i'd guess a queue with n entries
Feb 18, 2013 at 5:42pm UTC
newworld
(16)
what i meant by en queue?
Feb 18, 2013 at 6:29pm UTC
Peter87
(11234)
Enqueue means that you enter an element to the end of the queue.
Topic archived. No new replies allowed.