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 |
What are two of your strengths that you will bring to our QA/testing team?
what is the difference between read the data from table and infotype
how can i split string in a textbox in windows appication using C#.net
Corillian's product is a "Component Container." Name at least 3 component
what is the extension of SPDS Dynamic cluster tables?
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
public static void main(String args[]) describe it
can we extend a class having only one parameterised constructor.Suggest the process to do it.
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
Write a program to reverse a number?
how to add a new table with variables and thier values into a imported file uisng proc import?