the parametre passing mechaisn used in C is call by value?
Answers
Answered by
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
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