There are two types of functions in C language programming:
- Library function
- User defined function
Library function
Library functions are the in-built function in C language programming system.
User defined function
C language allows programmer to define their own function according to their
requirement. These types of functions are known as user-defined functions.
0 comments:
Post a Comment