What are the problems can stack based management in
recursive calling of functions?
Answer Posted / sriram
in recursive calling of functions the return
addresses,local and global variables of the functions
are pushed into the stack...as recursive calls proceed
deeper and deeper it may lead to stack overflow.....
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the benefits and losses of placing the functionality in a device controller rather than in placing it in the kernel?
Explain what you mean by memory alignment.
Do I need both program files and program files x86?
What is the best page size when designing an operating system?
What is Real Time Operating System (RTOS)? What are the advantages of RTOS?
Which JVM parameter is used to control the stack size of a thread?
What is a 64 bit application?
What is the Difference between a process and a thread?
What do you mean by a process?
What is the highest ram?
What do you know about a pipe? When is it used?
How does thread synchronization occur in a monitor?
What is the dispatcher?
why is the context switch overhead of a user-level threading as compared to the overhead for processes? Explain.
Explain the dual channel architecture?