different between calling and called function
Answers
Answered by
0
calling is the present tense and called is the past tense if I am wrong sorry
Answered by
2
Difference between Call by Value andCall by Reference. In call by value, a copy of actual arguments is passed to formal arguments of the called function and any change made to the formal arguments in the called function have no effect on the values of actual arguments in the calling function.
I hope it helps_
I hope it helps_
Similar questions