Answer Posted / 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 |
Post New Answer View All Answers
What does emoji p mean?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Differentiate between null and void pointers.
How do I send escape sequences to control a terminal or other device?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is self-referential structure in c programming?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What functions are in conio h?
What are disadvantages of C language.
How do I read the arrow keys? What about function keys?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is getch?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
write a programming in c to find the sum of all elements in an array through function.