Explain call by value method with the help of a c++ program?
Answers
Answered by
1
Here is ur answer
The call by value method of passing arguments to a function copies the actual value of an argument into the formal parameter of the function. In this case, changes made to the parameter inside the function have no effect on the argument.
Answered by
17
Explanation:
The call by value method of passing arguments to a function copies the actual value of an argument into the formal parameter of the function. In this case, changes made to the parameter inside the function have no effect on the argument. By default, C++ uses call by value to pass arguments..
Similar questions
History,
3 months ago
Accountancy,
3 months ago
Sociology,
3 months ago
English,
7 months ago
Social Sciences,
7 months ago
Biology,
1 year ago
English,
1 year ago