DEFINE PARAMETERIZED FUNCTION??
Answers
Answered by
1
Explanation:
A parameterized fun is a function that acts on some arguments, but the way it acts is based on an external constant. For inst ance, within the context (scope) of ad , a is a constant value that is set externally.
Answered by
2
Explanation:
Parameterized functions are functions that have a type parameter in their argument list (or at least the return type).
Example :- A Function might a generic quadratic function as f(x)=ax2+bx+c. Here, the variable x is regarded as the input to the function.
Similar questions