Q. Which of the following statements are true? int f (float) (Solved)
1. f is a function taking an argument of type int and returning a floating point number
2. f is a function taking an argument of type float and returning an integer
3. f is a function of type float
4. none of the mentioned
- b. f is a function taking an argument of type float and returning an integer