Computer Science, asked by dad498043, 6 months ago

the parametre passing mechaisn used in C is call by value?​

Answers

Answered by Anonymous
4

Answer:

In call by value parameter passing method, the copy of actual parameter values are copied to formal parameters and these formal parameters are used in called function. The changes made on the formal parameters does not effect the values of actual parameters.

Answered by misscutie94
1

Answer:

In call by value parameter passing method, the copy of actual parameter values are copied to formal parameters and these formal parameters are used in called function. The changes made on the formal parameters does not effect the values of actual parameters.

Explanation:

please Make As Brainlist Answers

Similar questions