202k views
2 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 SiriusBits
by
5.0k points

1 Answer

6 votes

Answer:

it is a syntax error

User Jaywant Khedkar
by
4.8k points