Functions
Functions A function is a self contained block of code that does some specific task. A function definition has a header and body. Header A header of a function is made up of Return type: It is the data type of the value being returned by the function. If a function has no value […]









