What are the problems can stack based management in
recursive calling of functions?



What are the problems can stack based management in recursive calling of functions?..

Answer / 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

More Operating Systems General Concepts Interview Questions

What is an interrupt lattency?

1 Answers   HP,


When would you choose bottom-up methodology?

0 Answers  


How are the wait/signal operations for monitor different from those for semaphores?

0 Answers  


Define paging and deadlock.

0 Answers   Agilent,


Why is 64 bit better?

0 Answers  






Paging a memory management function, while multiprogramming a processor management function are the two independent?

1 Answers  


What is dedicated processor assignment in operating system (os)?

0 Answers  


What are device drivers?

0 Answers  


What is bursting?

0 Answers  


How do you check if your computer is 32 or 64 bit?

0 Answers  


What is a safe state and its’ use in deadlock avoidance?

0 Answers  


Is it ok to interrupt chkdsk?

0 Answers  


Categories