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 |
diff .between strcture and union
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
what is the difference between #include<stdio.h> and #include "stdio.h" ?
What is volatile variable in c?
Who is the founder of c language?
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
How can I do graphics in c?
How do you define a function?
Explain what is the difference between far and near ?
What is getch?
sir, i cannot find the way how to write aprogram by using array on queue