Micron Technology interview question

Pass by reference vs pass by value

Interview Answer

Anonymous

Mar 6, 2019

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