Computer Science, asked by Anonymous, 4 months ago

DEFINE PARAMETERIZED FUNCTION??​

Answers

Answered by Anonymous
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 aarivukkarasu
2

Explanation:

 \huge \underline { \purple{\bold{☆ Answer}}}

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