KnowledgeBoat Logo
|

Computer Applications

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

User Defined Methods

14 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

7 Likes


Related Questions