Computer Science, asked by Anonymous, 3 months ago

डिफरेंस बिटवीन कॉल बाय वैल्यू एंड कॉल बाय रेफरेंस​

Answers

Answered by Anonymous
4
  • In Call by value method original value is not modified whereas, in Call by reference method, the original value is modified. · In Call by value, a copy of the variable is passed whereas in Call by reference, a variable itself is passed.

Anonymous: okay
Anonymous: no problem
Answered by Anonymous
1

Hey mate

In programming on the basis of passing parameters to a function we classified function invocation into two : Call by value and Call by reference.As name suggest in both invocations we are calling function by type of parameters in one we are passing actual value of parameter and in other we are passing the location/reference of parameter

Have a great day ahead...

Similar questions