Functions in C++
Functions in C++
1. User-defined Functions
• 2. Built-in Functions
• Declaring more than one function with the same name but with different set
of arguments and return data types is called functions overloading.
• For example: four function with the same name ‘sum’ and having different
parameters are declared as: