Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Stack pointer
Profile Answers by nitin.goel Questions by nitin.goel
Questions by nitin.goel answers by nitin.goel
Editorial / Best Answer
kalayamaProfile Answers by kalayama Questions by kalayama
There will be a lot of changes in fact. First of all, all the variables the function was suing needs to be pushed into the stack. (we need all these variables when we return from the other function). The Program counter will be pushed to stack too... (When the "return" of second function occurs we should know where to 'return' to)These are the basics which are bound to happen when a function calls another.
Related Answered Questions
Related Open Questions