Computer Applications
How many values can be returned from a function ?
User Defined Methods
9 Likes
Answer
A function can return only one value because as soon as return statement is executed, the execution of the method terminates and control is transferred to the method call statement.
Answered By
5 Likes
Related Questions
What is the statement specifically called that invokes a function ?
A function argument is a value returned by the function to the calling program. (T/F) ?
What is the condition of using a function in an expression ?
When a function returns a value, the entire function call can be assigned to a variable. (T/F) ?