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 / shruti
The phases of SDLC are:
**Communication.
**Requirements gathering
**Analysis
**Implementation
**Testing
**Maintainance
Differance between stack and queue..
Stack follows LIFO structure i.e -> last in first out.
the element which enters last exits first..
Queue follows FIFO structure. i.e -> first in first out.
the element which enters first exits first..
USE OF STACK:
with refrance to C, we use stack wiht the program counter.
i.e when we jump to a function, we store the address to
return to on a stack..
u can understand this in more detail if you study teh
actual flow of program while calling functions.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is return type in c?
What is wrong with this code?
How reliable are floating-point comparisons?
What does do in c?
Explain what is the difference between #include and #include 'file' ?
application attempts to perform an operation?
writ a program to compare using strcmp VIVA and viva with its output.
What is the correct declaration of main?
What is a sequential access file?
Explain b+ tree?
How to Throw some light on the splay trees?
What are file streams?
What is the use of pointers in C?
What are the keywords in c?