the function to take no actual parameters when it is called____ ?
Answers
Answered by
1
Answer:
Formal parameters are the variable defined by the function that receives values when the function is called The variable x and y are not the actual parameters. They are copies of the actual parameters. They are known as formal parameters. These variables are only accessible within the method.
Answered by
0
Formal parameters are the variable defined by the function that receives values when the function is called The variable x and y are not the actual parameters. They are copies of the actual parameters. They are known as formal parameters. These variables are only accessible within the method.
Similar questions