First page Back Continue Last page Graphics
FUNCTION PARAMETERS
A communication link between calling and called modules.
In calling program, they are called arguments or actual parameters.
In called program, they are called parameters or formal parameters.
Formal parameters are local to a function. Created when called and destroyed when the function exits.