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?
1 Respuesta
0
Sounds like three to me. 🤔
If the main() stack starts with address 0100 then approximately what will be the address for boo() stack?