What is a Deque?
Answers were Sorted based on User's Feedback
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 |
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 |
Are pointers really faster than arrays?
different between overloading and overriding
What is advantage of pointer in c?
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
What is null character in c?
Do you have any idea how to compare array with pointer in c?
Program to find largest of three numbers without using comparsion operator?
Bit swapping
What ios diff. Between %e & %f?
What is indirection? How many levels of pointers can you have?
How can I call fortran?
Write the syntax and purpose of a switch statement in C.