Suppose you have two function definitions with the following function
declarations:
double theAnswer(double data1, double data2);
double theAnswer(double time, int count);
Which function definition would be used in the following function call
and why would it be the one used? (x and y are of type double.)
x = theAnswer(y, 6.0);
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here