Computer Science, asked by babusony9758, 10 months ago

What are the different type of parameter passing method supported by c++?

Answers

Answered by shejal8
0

Parameter Passing Techniques in C/C++

Formal Parameter : A variable and its type as they appear in the prototype of the function or method.

Actual Parameter : The variable or expression corresponding to a formal parameter that appears in the function or method call in the calling environment.

Modes:

Similar questions