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
will u please send me the placement papers to my mail???????????????????
What is return in c programming?
What are actual arguments?
What is the most efficient way to store flag values?
Explain the use of 'auto' keyword in c programming?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is difference between class and structure?
Explain the difference between malloc() and calloc() function?
What are keywords in c with examples?
i want to know the procedure of qualcomm for getting a job through offcampus
Once I have used freopen, how can I get the original stdout (or stdin) back?
Which is the memory area not included in C program? give the reason
What is difference between structure and union in c?
What is a pointer value and address in c?
What is the difference between c &c++?