Translate

Monday, 29 October 2012

Functions


  Function is a named set of statements doing a particular job within the program. A program have many function and they can call to each other.

Types of functions:
1. library functions: functions defined in the language library are called library functions. eg. printf(),Scanf(),getch() etc.

2. user Defined Functions: functions defined by the users according to need are called user defined functions.

No comments:

Post a Comment