Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a Deque?

Answers were Sorted based on User's Feedback



What is a Deque?..

Answer / glibwaresoftsolutions

A double-ended queue is called a deque.
You can add or remove components from either end of this structure.

Is This Answer Correct ?    0 Yes 0 No

What is a Deque?..

Answer / hr@tgksolutions.com

A double-ended queue is called a deque.
You can add or remove components from either end of this structure.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the difference between a string and an array?

0 Answers  


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


What is key word in c language?

4 Answers   ABC,


player is good if the following conditions are satisfied: He is either from “India”, “Japan” or “Korea” He has a minimum of 3 years of experience He has won at least 3 major tournaments, and one of them must be "World Championship Tournament". He must know more than 10 techniques. (but see next question) If he knows less than 10 techniques, then he must be a world champion. His name contains at least 3 words. For example "Sachin Tendulkar" will not meet this condition. Write a method: boolean isGoodPlayer(String name, String country, int yearsExperience, String[] majorTournamentsWon, String[] techniques, boolean isWorldChampion) name country yearsExperience majorTournamentsWon techniques isWorldChampion

1 Answers  


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


Compare interpreters and compilers.

0 Answers  


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


12345 1234 123 12 1

2 Answers  


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

1 Answers   91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


What is the size of empty structure in c?

0 Answers  


Explain what happens if you free a pointer twice?

0 Answers  


Categories