Computer Science, asked by daisy1893, 1 year ago

What are the types of parameter passing techniques present in c language?

Answers

Answered by charlie1505
0

Answer:

There are two types of parameter passing in c language-

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.

Similar questions