What is meant by QUEUE?

Answers were Sorted based on User's Feedback



What is meant by QUEUE?..

Answer / swetcha

A queue(data structure) is a collection of items in which
only the earliest added item may be accessed.

Also known as "first-in, first-out" or FIFO

Is This Answer Correct ?    15 Yes 2 No

What is meant by QUEUE?..

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

What is meant by QUEUE?..

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

What is meant by QUEUE?..

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

Post New Answer

More Programming Languages AllOther Interview Questions

What are two of your strengths that you will bring to our QA/testing team?

0 Answers  


what is the difference between read the data from table and infotype

0 Answers  


how can i split string in a textbox in windows appication using C#.net

0 Answers   IBM,


Corillian's product is a "Component Container." Name at least 3 component

1 Answers  


what is the extension of SPDS Dynamic cluster tables?

0 Answers   IBM,


Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in

0 Answers  


How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there

0 Answers   247Customer,


public static void main(String args[]) describe it

0 Answers  


can we extend a class having only one parameterised constructor.Suggest the process to do it.

0 Answers   Zensar,


Diffrence between 2.0,3.0,3.5,4.0. versions of .net?

0 Answers  


Write a program to reverse a number?

0 Answers   BirlaSoft,


how to add a new table with variables and thier values into a imported file uisng proc import?

0 Answers  


Categories