Computer Science, asked by wwwritujain3870, 1 year ago

Define call by value and call by reference with a suitable example

Answers

Answered by anshkumarmishra2009
1

Answer:

Call by reference. Defination.

While calling a function, when you pass values by copying variables, it is known as "Call By Values." While calling a function, in programming language instead of copying the values of variables, the address of the variables is used it is known as "Call By References.

Explanation:

Hope you all like the answer if then please mark it as brainliest and please follow me guys...

Similar questions