KnowledgeBoat Logo
LoginJOIN NOW

Computer Applications

What is the condition of using a function in an expression ?

User Defined Methods

10 Likes

Answer

The condition of using a function in an expression is that it must return some value. The return type of the function should not be void.

Answered By

6 Likes


Related Questions