- There are 2 independent
issues when you pass parameters:
- How a function
passes a
parameters:
- Pass the parameter
by value
- Pass the parameter
by reference
|
- Where (= what memory space) does
the function uses
to pass the
parameter:
- We have see: register
- We will see:
stack (soon) !!!
|
|
|