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 |
How can I find out how much free space is available on disk?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
State the difference between x3 and x[3].
The variables are int sum=10,SuM=20; these are same or different?
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
What is the difference between GETS();AND SCANF();
What does void main () mean?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
How pointers are declared?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
what is the flow of execution in cprogram? ex:printf();,scanf();
How can I recover the file name given an open stream or file descriptor?