CS 3304: Comparative Languages
Subprograms
[
Course Documents
] : [
Subprograms
]
Previous
Contents
Next
Keyword Index
More Definitions
A
subprogram declaration
provides the protocol, but not the body, of the subprogram
A
formal parameter
is a dummy variable listed in the subprogram header and used in the subprogram
An
actual parameter
represents a value or address used in the subprogram call statement