...........type implement call by reference mechanism
Answers
Answered by
1
Answer:
Parameter type implement call by reference mechanism
Explanation:
I hope it will help u
Answered by
1
Explanation:
Parameter call type
The call by reference method of passing arguments to a function copies the address of an argument into the formal parameter. Inside the function, the address is used to access the actual argument used in the call. It means the changes made to the parameter affect the passed argument.
mark as brainliest.
plz follow me
Similar questions