0
If i overload a function in which the formal argument are of float and double type and if I pass 3.14 as an argument which one
Will execute and why?
2 ответов
0
What is "3.14" is it a floating point number or is it a double?
0
So to execute the float one I have to type cast the argument?