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 / asdf
Use of stack:
1) All local variables get stored in stack.
2) To store the parameters passed to the function
3) To store the return address of the function
4) To Evaluate arithmetic expressions.
5) In recursive programming
Use of Queue:
1)Used to implement OS internals algorithms (example: in
scheduling algorithms)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is spaghetti programming?
What is typedef?
What is the sizeof () a pointer?
What are valid signatures for the Main function?
What's a good way to check for "close enough" floating-point equality?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
write a program for the normal snake games find in most of the mobiles.
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Why does this code crash?
Is there a built-in function in C that can be used for sorting data?
What is the need of structure in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
How do I determine whether a character is numeric, alphabetic, and so on?
Is c easy to learn?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;