Computer Science, asked by sparul18, 5 months ago

functions give how many values ​

Answers

Answered by itzshivam15
1

Answer:

You can't return two values. However, you can return a single value that is a struct that contains two values. You can return only one thing from a function. Either you make a struct which contains all the things you want to return, or you pass some function parameters by reference.

Explanation:

hope it helps you

Answered by Sanju1534
3

Answer:

The usual mathematical concept of function includes the requirement that there is exactly one function value for each argument.

Hope it helps.

Similar questions