If my program is designed as main() calls foo() calls boo(), how many stack frames will be created? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
0
Sounds like three to me. 🤔
13th May 2020, 9:13 AM
HonFu
HonFu - avatar