CHAPTER 4: FUNCTIONS FOR ALL SUBTASKS
4.1 Call-by-Value and Call-by-Reference Parameters
Call-by-Reference Parameters
When to Use Called-by-Value and Call-by-Reference Parameters
Ordering of Parameters
4.2 Using Procedural Abstraction
Function Calling Functions
Preconditions and Postconditions
An Example
4.3
Testing and Debugging