Question: 1) What is function overloading? Give an example. 2) What is the output printed in the code below and why? int number = 4: int
1) What is function overloading? Give an example. 2) What is the output printed in the code below and why? int number = 4: int *ptr = &number: *ptr = 8: cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
