First page Back Continue Last page Graphics
Function Parameters
Functions : non void type
- By practice, restrict parameters to in-only
Procedures : void type
- In-only, in-out, and out-only parameters used
In main function, the parameters define a communication link to the operating system. (command line parameters)