CS 3304: Comparative Languages
Subprograms
[
Course Documents
] : [
Subprograms
]
Previous
Contents
Next
Keyword Index
Characteristics of Subprograms
Fundamental characteristics:
A subprogram has a single entry point
The caller is suspended during execution of the called subprogram
Control always returns to the caller when the called subprogram's execution terminates