What are the phases in s/w developed life cycle?
wat is the diff b/w stack & queue...where do we use stack
Answer Posted / nisha
Stack follows LIFO i.e last in first out.The last element
entered would be removed first while Queue follows FIFO i.e
first in first out.The element that ws entered first would
be removed first.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does stand for?
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 difference between array and structure in c?
Explain what is a 'locale'?
pierrot's divisor program using c or c++ code
I came across some code that puts a (void) cast before each call to printf. Why?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Why pointers are used in c?
What is the advantage of using #define to declare a constant?
What is meant by high-order and low-order bytes?
In a byte, what is the maximum decimal number that you can accommodate?
How to compare array with pointer in c?
Differentiate between null and void pointers.
What is sizeof c?
Explain a pre-processor and its advantages.