Sail E0 Webinar
Question

Which of the following statements are true?
 int f(float)


Options:
A .  f is a function taking an argument of type int and retruning a floating point number
B .  f is a function taking an argument of type float and returning a integer.
C .  f is a function of type float
D .  none of the mentioned
Answer: Option B

The argument that is passed to a function f is of float type and the function finally retruns a value

that id is of integer type.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers