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
Write a code of a general series where the next element is the sum of last k terms.
What is meant by inheritance?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Explain how can you tell whether a program was compiled using c versus c++?
Differentiate between new and malloc(), delete and free() ?
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 is type qualifiers?
What is ponter?
Which is better oop or procedural?
What is pass by reference in functions?
What would be an example of a structure analogous to structure c?
What is the meaning of c in c language?
What is equivalent to ++i+++j?
What does int main () mean?