............type of implement call by value mechanism
Answers
Answered by
1
Answer:
Functions can be invoked in two ways: Call by Value or Call by Reference. ... Call By Value: In this parameter passing method, values of actual parameters are copied to function's formal parameters and the two types of parameters are stored in different memory locations.
Explanation:
Similar questions