Pass by reference means, passing the address itself rather than passing the value. Pass by value means passing a copy of the value.
Can you answer this question?
Write Answer1 Answers