Question: Q . Given the function prototype void Fix ( int& , float ) ; which of the following is an appropriate function call? ( somelnt

Q. Given the function prototype
void Fix( int&, float);
which of the following is an appropriate function call? (somelnt is of type int, and someFloat is of type float.)
A. Fix(24,6.85);
someFloat =0.3** Fix(somelnt,6.85);
c. Fix(somelnt +5, someFloat);
D. a and c above
. none of the above
 Q. Given the function prototype void Fix( int&, float); which of

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!