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 / subha raman
stack follows-LIFO
-used to evaluate postfix/prefix expressions
queue follows-FIFO
-which has normal applications like-priority being given
1st..i.e. first come-first serve basis..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is #line?
Explain what does it mean when a pointer is used in an if statement?
Why is c called a mid-level programming language?
Are the outer parentheses in return statements really optional?
What are the types of type qualifiers in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What type is sizeof?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is the size of a union variable?
What do you mean by keywords in c?
What is a node in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What are types of preprocessor in c?
what is uses of .net