ICSE Class 10 Computer Applications Question 5 of 43

User-Defined Methods — Question 5

Back to all questions
5
Question

Question 5

How many values can be returned from a function ?

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.