Question: Default arguments in function definitions, such as: void print( int x, int base = 10); present a problem for overload resolution. Describe the problem.
Default arguments in function definitions, such as: void print( int x, int base = 10);
present a problem for overload resolution. Describe the problem.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
