Explore Westonci.ca, the leading Q&A site where experts provide accurate and helpful answers to all your questions. Get detailed answers to your questions from a community of experts dedicated to providing accurate information. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

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);