#TypesoffunctionsinC #functionsinc #cprogrammingfunctions
Types of functions in C language:- Functions are classified into 2 types.
1.Library functions:- Already defined in the corresponding header file.
2.User defined functions:-The functions which are defined by the user