the parameter passing mechanisn used in C is,_ ?
Answers
Answered by
0
Answer:
The C programming language has a very "manual" ("do it yourself") parameter passing mechanism: The C programming language only has the pass-by-value parameter passing mechanism. (I.e., just like Java).
Explanation:
MARK as brainliest
Similar questions