The parameters passing mechanisn used in C in
Answers
Answered by
1
This is the mechanism used by both C and Java. Note that this mechanism is used for passing objects, where a reference to the objected is passed by value. call by result: copy going out of the procedure, the formal parameters are copied back into the actual parameters.
Answered by
28
Answer:
the C. programming language has a very "manual" parameter passing machanism :The C programming language only has the pass by value parameter passing machanism
Explanation:
hope it helps u mate please mark my answer as brainlist and thank my answer and follow me
Similar questions