A function is a block of code that performs a specific task. It has a name and it is reusable. It can be executed from as many different parts in a Program as required, it can also return a value to calling program. All executable code resides within a function.
Previous | Home | Next |
Previous | Home | Next |