Computer Science, asked by Sd12365, 6 months ago

What is the difference between formal and actual parameters?

Answers

Answered by deveshmalara
1

Answer:

When a function is called, the values (expressions) that are passed in the function call are called the arguments or actual parameters. ... The parameters are written in function definition are known as formal parameters. Actual Parameters can be constant values or variable names.

Answered by parthibanbabu856
0

Answer:

When a function is called, the values (expressions) that are passed in the function call are called the arguments or actual parameters. ... The parameters are written in function definition are known as formal parameters. Actual Parameters can be constant values or variable names.

Similar questions