Computer Science, asked by am6183811, 7 months ago

Explain call by value method with the help of a c++ program? ​

Answers

Answered by shivaguru45
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 somya2563
17

Explanation:

\huge{\underline{\mathtt{\red{ƛ}\pink{N}\green{S}\blue{W}\purple{E}\orange{R}}}} :) :)

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