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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

please give me some tips for the placement in the TCS.

2152


How do c compilers work?

1196


What is structure pointer in c?

1090


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2343


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1852


What does *p++ do?

1073


How do you use a 'Local Block'?

1224


What is the difference between call by value and call by reference in c?

1212


How will you write a code for accessing the length of an array without assigning it to another variable?

1093


When is a “switch” statement preferable over an “if” statement?

1207


What are multidimensional arrays?

1168


What is header file definition?

1137


What is the use of a ‘’ character?

1140


How to delete a node from linked list w/o using collectons?

2821


What do you mean by recursion in c?

1161