Answer
See explanation
Work Step by Step
This depends on the language, some programming language like python allows functions to return more than one value whereas some language like c++ does not allow it, although we can return multiple values using arrays in those languages.