Question: What happens if a value-returning function with the prototype: float Average( int, int, int); is called by using the following statement? (alpha and beta are

What happens if a value-returning function with the prototype:

float Average( int, int, int);

is called by using the following statement? (alpha and beta are int variables.)

average(alpha, 34, beta);

a) The function is executed, and the function value is discarded.
b) The function is not executed, and the program halts with a run-time error message.
c) The compiler issues a syntax error message.
d) The function is executed, and the function value is assigned to alpha.

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!