Previous: Step By Step Procedural Program Execution, Up: Procedural Program Execution [Index]
As aime function are fully fledged referable objects, programs sharing the memory space may record functions in the shared name space (i.e. through the application introduced global variables) for other programs to call. The originating programs may even terminate and the functions will be callable.
See Referable Objects.
See Function Pointers.