Will the following code compile?

int foo();
char foo();
Explanation
No, because two functions differ only by the type of a return value, but it is not taken into account during the overload resolution.

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes