Computer Science, asked by sahigill375, 5 months ago

which mechanism is used by a function to pass parameter​

Answers

Answered by MoonWings
0

Explanation:

parameter passing The mechanism used to pass parameters to a procedure (subroutine) or function. The most common methods are to pass the value of the actual parameter (call by value), or to pass the address of the memory location where the actual parameter is stored (call by reference).

Answered by Anonymous
1

Answer:

parameter passing The mechanism used to pass parameters to a procedure (subroutine) or function. The most common methods are to pass the value of the actual parameter (call by value), or to pass the address of the memory location where the actual parameter is stored (call by reference).

Similar questions