Vistex interview question

What is the difference between call by value and call by reference?

Interview Answer

Anonymous

21 Sept 2019

Call by value pass the actual value and call by reference pass the pointer of that value directly