Computer Science, asked by straiyo, 8 months ago

diffrentiate between CALL by reference and CALL by value​

Answers

Answered by chandapandey614
0

In Call by value, a copy of the variable is passed

in Call by reference, a variable itself is passed. Call by Value, variables are passed using a straightforward method

Call by Reference, pointers are required to store the address of variables

Similar questions