Q. Which one of the following is correct for overloaded functions in C++ ?
β
Correct Answer: (A)
Compiler sets up a separate function for every definition of function.
You must be Logged in to update hint/solution