ONE CONVERGENCE Interview Question

Difference between call by value , reference , pointer

Interview Answer

Anonymous

Oct 12, 2022

Call by value sends a new copy of the variable, call by reference sends the actual variable, and pointer sends the address.