a function can return only _ value to its caller program
Answers
Answered by
4
Answer:
The value-returning function returns only one value by using the return statement. Therefore, the statement that the value-returning function returns only one value is true. The parameters allow different values in each function call.
Similar questions