KnowledgeBoat Logo
LoginJOIN NOW

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