Q. Which of the following statements are true? int f (float)
β
Correct Answer: (B)
f is a function taking an argument of type float and returning an integer
You must be Logged in to update hint/solution