Micron Technology interview question

Pass by reference vs pass by value

Interview Answer

Anonymous

6 Mar 2019

Passing by reference may modify the value originally referenced. Whereas pass by value makes a copy of the value from the refernce.