✏️ Explanatory Question
| Formal parameter | Actual parameter |
|---|---|
| Formal parameters appear in function definition. | Actual parameters appear in function call statement. |
| They represent the values received by the called function. | They represent the values passed to the called function. |