Functions cannot return a floating point number.
a. true
b. false
Answers
Answered by
0
Hi,
False
Functions can return any type of value.
Answered by
0
hey mate,
here is your answer
its false
Explanation : If a function return type is declared as void it cannot return any value. If a function contains two return statements successively, the compiler will generate warnings.
Similar questions