103: Computer Systems > 14 - Subroutine calls > Flashcards
What does the stack frame hold ?
When are recursive subroutine calls useful ?
To have a factorial function, for example.
How many return called will a program have if it has n subroutines ?
It can’t be said.