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
Wt are the Buses in C Language
Can a pointer be static?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Which programming language is best for getting job 2020?
What is the total generic pointer type?
What is assert and when would I use it?
How main function is called in c?
Can a program have two main functions?
i got 75% in all semester am i eligible for your company
What is meant by realloc()?
Does c have function or method?
What is else if ladder?
Is it possible to execute code even after the program exits the main() function?
What does & mean in scanf?
how to execute a program using if else condition and the output should enter number and the number is odd only...