Computer Science, asked by raomayank9408127676, 5 months ago

what function can be argument in computer​

Answers

Answered by Anonymous
32

\huge\mathbb{\underline{\purple{ANSWER}}}

Parameters appear in procedure definitions; arguments appear in procedure calls. In the function definition f(x) = x*x the variable x is a parameter; in the function call f(2) the value 2 is the argument of the function. Loosely, a parameter is a type, and an argument is an instance.

________________________________

Answered by Anonymous
0

Answer:

Parameters appear in procedure definitions; arguments appear in procedure calls. In the function definition f(x) = x*x the variable x is a parameter; in the function call f(2) the value 2 is the argument of the function. Loosely, a parameter is a type, and an argument is an instance.

Similar questions