Math, asked by junu50, 1 year ago

how we do the call by value and call by refference

Answers

Answered by vishwapandya1355
0
call by value is a method for calling a function by passing actual value as arguments in the function whereas, call by reference is a method for calling a function by passing the reference of actual value as arguments in the function. The reference of a variabel is created by adding & before the variabel name.
Similar questions