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


Please Help Members By Posting Answers For Below Questions

write a program to display all prime numbers

1446


What do you mean by invalid pointer arithmetic?

625


What is the purpose of the statement: strcat (S2, S1)?

634


What is the value of uninitialized variable in c?

560


What is variable in c example?

583






What is the use of f in c?

548


Explain bitwise shift operators?

621


Explain how do you search data in a data file using random access method?

687


How can I insert or delete a line (or record) in the middle of a file?

564


Explain high-order bytes.

668


How variables are declared in c?

562


How can a program be made to print the name of a source file where an error occurs?

721


What is struct node in c?

612


What are the uses of null pointers?

584


What is a shell structure examples?

582