Pass by Address Quick Guide
Component | Notes | Example | Operator |
---|---|---|---|
prototype | parameter data types are pointers | * |
|
call | arguments are the addresses of the variables which will be accessed in the function definition | & |
|
definition | pointer parameters are de-referenced to access the original variables' values | * |