Google News
logo
Golang - Quiz(MCQ)
In which of the following method of parameter passing, changes made to the parameter inside the function have an effect on the argument?
A)
call by value
B)
call by reference
C)
Both (A) and (B)
D)
None of the Above

Correct Answer :   call by reference

Advertisement