The parameter passing mechanism used in C is..............?
Answers
Answered by
12
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).
Explanation:
mark me as the brainest answer and follow me I will also follow you
Answered by
3
Answer:
calling function
Explanation:
calling function by passing value or by call by reference.
Similar questions