i read the book <Press.Memory.as.a.Programming.Concept.in.C.and.C++>
chapter 5 say:
A function call can be implemented in various ways, depending on the strategy for allocation of the activation frame. If a static allocation is used (in Fortran, e.g.) then multiple activations of a function are impossible
i can't understand what's the meaning of "multiple activations".