If my program is designed as main() calls foo() calls boo(), how many stack frames will be created? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If my program is designed as main() calls foo() calls boo(), how many stack frames will be created?

If the main() stack starts with address 0100 then approximately what will be the address for boo() stack?

13th May 2020, 9:11 AM
Jai
Jai - avatar
1 Answer
0
Sounds like three to me. 🤔
13th May 2020, 9:13 AM
HonFu
HonFu - avatar