Computer Science, asked by srijit215, 10 months ago

a function can return only _ value to its caller program​

Answers

Answered by kishanshing8727
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