Answer Posted / 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 |
Post New Answer View All Answers
Give examples of macro quoting function?
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
What's the difference b/w Table & Templete in Smartform?
what are stubs related to foxpro?
In project we have Documentation phase also,in that what is micro and macro designing?
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
what is best way to create a Thread class & why?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
What is the difference between COM and CORBA?
Write a program to swap the content of two variables without using a third variable.
can any method return type may be constructor , or that method name allow
What is web.configuration? how is it work? & wht is use this?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
how to convert hashmap to arraylist with iteration
what is integration testing in real time applications?