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
What are types of preprocessor in c?
What is c programming structure?
Should I learn c before c++?
How can I find out how much free space is available on disk?
What is the use of void pointer and null pointer in c language?
How many data structures are there in c?
in linking some of os executables are linking name some of them
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
How is a structure member accessed?
Is c language still used?
What is the use of putchar function?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Difference between constant pointer and pointer to a constant.
Differentiate between #include<...> and #include '...'
Can true be a variable name in c?