Working notes on Pass by.
Value = copy.
Reference = same thing, different name.
This is just to understand the concept of difference between pass by value and pass by reference.
https://stackoverflow.com/questions/986006/how-do-i-pass-a-variable-by-reference
–.
Updated:
2026 Aug 19

