1. What is the meaning of the statement double fun(int)?
A. The function fun takes an argument of type double &returns the int types value.
B. The function fun takes an argument of type double & returns the double type value.
C. The function fun is of type int.
D. None of this
Answers
Answered by
0
Answer:
d.
Explanation:
The function fun takes an argument of type int and returns the double type value.
Similar questions