What is meant by QUEUE?
Answers were Sorted based on User's Feedback
Answer / kranthi
A Queue is a data structer all the item are held in a row,and
collection of items in which
only the earliest added item may be accessed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / fahed usman rana
A Queue is such type of data structure in which all the items
are held in a row in such a way that you can replace an item
only from the head of queue and insert only from the tail of
queue. FIFO is used in this Data structure.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / tulsi das pramanik
A queues is similar
to a cheakout line on
the bus stand,
the 1st person on
line is serviced 1st
and the person can
enter the line only
at end.
For this reasion
queues is called a
FIFO(first in first
out).
| Is This Answer Correct ? | 0 Yes | 0 No |
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
why applet is introduced?
what is the certificates in biztalk?
what are resources in case of Threads
What do you mean by text editor?
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
differences between qtp10.0 and 11.0 ?
what is d main diff between the java and .net framework
Why we use NEW operator when we create Object,While in C++ we donot ?
How to create a new dataset only duplicate observations in proc sort procedure?
what is the difference between a looping statement and a decision statement
what is posix?