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

What is ambagious result in C? explain with an example.

2057


What is the difference between union and structure in c?

576


Are enumerations really portable?

594


What is pragma in c?

629


explain what is an endless loop?

611






If errno contains a nonzero number, is there an error?

805


What are predefined functions in c?

567


Difference between Shallow copy and Deep copy?

1571


Why array is used in c?

553


If you know then define #pragma?

676


What is spaghetti programming?

670


What is a const pointer?

638


Where static variables are stored in memory in c?

523


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

632


What is a char in c?

555