Science, asked by dhariwaldeepika018, 7 months ago

the parameter passing mechanisn used in C is,_ ?​

Answers

Answered by swati2010
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