Respuesta :
A function can have no parameters, one parameter, or many parameters and can return only one value. Therefore, the correct answer option is: c. only one.
What is a function?
A function can be defined as a named portion of a block of executable code that is written to perform a specific task, which is usually a single, related action.
This ultimately implies that, a function comprises a group of related statements (block of code) that would only run and returns one data value when it is called.
What is a function parameter?
A function parameter can be defined as a special kind of variable which is used in a function to point to a data that is provided as an input into the function.
In Computer programming, a function can either have no parameters, one parameter, or many parameters and can return only one value.
Read more on a function here: brainly.com/question/19181382
#SPJ4
Complete Question:
A function can have no parameters, one parameter, or many parameters and can return ______ value(s).
a. zero to many
b. no
c. only one
d. a maximum of ten