embedUR systems interview question

Which method occupies less space - call by reference or call by value?

Interview Answer

Anonymous

1 Jul 2024

Call by reference - a new variable is not created upon each call.

1