C Programming - Complicated Declarations - Discussion

Discussion Forum : Complicated Declarations - True / False Questions (Q.No. 4)
4.
Function can return a floating point number.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Reddy said:   6 years ago
intb, Float a:
def fun(a,b):
return(a+b)
print(fun(1.5+4)
(1)

Gurjar said:   1 decade ago
float fun (int);

this is the function which input integer and return the float;

Ajay said:   1 decade ago
Yes its main rule of function.
(1)

Post your comments here:

Your comments will be displayed after verification.