When we pass arguments by reference, the formal arguments in the called function become aliases to the actual arguments in the calling function.
Reveal answer
Fill a bubble to check yourself
When we pass arguments by reference, the formal arguments in the called function become aliases to the actual arguments in the calling function.