155k views
1 vote
What is a function parameter?

A. A measure of the distance between a function’s conception and implementation.
B. A way to give input to a function that controls how the function runs.
C. A collection of commands that can be used in a programming language.
D. Another name for the purpose of a program.
E. A named memory location.

1 Answer

1 vote

Answer:

option B

Step-by-step explanation:

In computer science, the function parameters are used to give input to the function that is processed and produced result.

User Marlow
by
2.8k points