C Programming - Complicated Declarations - Discussion
Discussion Forum : Complicated Declarations - True / False Questions (Q.No. 4)
4.
Function can return a floating point number.
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)
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;
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:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers