Answer :
Answer:
Passing by memory address
Explanation:
When you pass a memory reference like &a the data stored at this location can be directly accessed by the function through a dereference like *a = 2;
Answer:
Passing by memory address
Explanation:
When you pass a memory reference like &a the data stored at this location can be directly accessed by the function through a dereference like *a = 2;