Computer Science, asked by humblestudent, 1 year ago

what are formal parameters?

Answers

Answered by Deepmala15April2005
3
The term parameter (sometimes calledformal parameter) is often used to refer to the variable as found in the function definition, while argument (sometimes called actual parameter) refers to the actual input supplied at function call.
Answered by latika3
4
The term parameter sometimes called formal parameters is often used to refer to the variable as found in the function definition while argument refers to the actual input supplied at function call.
Similar questions