Computer Science, asked by shalusharma1352003, 5 months ago

the parameter passing mechanisn used in C is

Answers

Answered by singjaspal971
4

Answer:

call by value is a right answer

Answered by naveenmahto0
0

Explanation:

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