Computer Science, asked by injamul53381, 6 months ago

The parameter passing machanish used in c is

Answers

Answered by mohitved
0

Answer:

The parameter passing mechanism in C

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).

Similar questions