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
Explain how can I open a file so that other programs can update it at the same time?
why do some people write if(0 == x) instead of if(x == 0)?
What is array in C
What is realloc in c?
What does calloc stand for?
What does c mean?
Is array name a pointer?
What are the 4 types of programming language?
What are the disadvantages of a shell structure?
What is switch in c?
The file stdio.h, what does it contain?
What is a program?
What are dangling pointers in c?
Are pointers really faster than arrays?
Why main function is special give two reasons?