56,890 views
19 votes
19 votes
If you have the two functions as shown,

int someFunction(int value);
float someFunction(float value);
and a variable x, which is a double, which function is called by the following statement?
cout << someFunction(x);

User Vijayendra
by
2.7k points

1 Answer

10 votes
10 votes

Answer:

it is a syntax error

User Michal Gluchowski
by
3.3k points