Arguments received by a function are called_____parameter in c
Answers
Answered by
0
The arguments receive by a function are called actual parameters in c.
The variables declared in the function prototype.
The actual arguments and formal arguments must match in number, type, and order.
Answered by
0
Arguments received by a function are called actual parameters in C.
- Actual parameters are parameters that are passed through the function. In the calling functions, these arguments are already declared.
- Actual parameters are defined in function and are received by functions while calling them.
- These arguments are already specified in function and are not declared while passing them.
- They can be expressions or variables.
Similar questions
Hindi,
1 day ago
Math,
2 days ago
History,
8 months ago
Social Sciences,
8 months ago
History,
8 months ago