difference between call by value and pass by value.
Answers
Answered by
0
Pass by value is a parameter this is passed that it refers to. Call by value can have parameters that are passed by value as well
Answered by
0
hi......The term call-by-value means exactly the same as pass-by-value. However, I prefer the pass-by-value form, as it's the parameter that is passed that it refers to. A call can have parameters that are passed by value as well as parameters passed by reference.
hope it helps. .
thanks
hope it helps. .
thanks
akshat127:
oops sorry i meant digf between call by value and call by reference
Similar questions