differentiate between 'call by value' and 'call by reference'
Answers
Answered by
3
The significant difference between the call by value and call by reference clear the concept of call by value a copy of an actual arguments is passed by respective formal arguments , In C, all the function arguments are passed by value just because the case of C does not support references like c++ and java.
Similar questions