Vidyalelo
C++ Programming · Q86

Variables and Data Types in C++

Programming · C++ Programming · question 86

Q86

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

A.
f is a function taking an argument of type int and returning a floating point number
B.
f is a function taking an argument of type float and returning an integer
Answer
C.
f is a function of type float
D.
f is a function of type int

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board