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
A function argument is a value returned by the function to the calling program. (T/F) ?
How many values can be returned from a function ?
When a function returns a value, the entire function call can be assigned to a variable. (T/F) ?
Identify the errors in the function skeletors given below :
float average (a, b) { }