|
CITS2002 Systems Programming |
| ← prev | next → |
CITS2002 |
CITS2002 schedule |
|||
Passing parameters to functionsThe examples we've already seen show how parameters are passed to functions:
They "disappear" when the function returns.
CITS2002 Systems Programming, Lecture 4, p6, 31st July 2024.
|