Function in C:- A function is a set of statements that are encapsulated together to perform a particular task. There are basically 3 types of function:- User-defined function Standard Library function System Calls User-defined function:- When the library function is not sufficient enough to solve the current problem then immediately the developer writes the code […]
Categories
Function in C
- Post author By basicittopic
- Post date 9 August 2018
- No Comments on Function in C
- Tags Application of function recursion, Call by address, Call by reference, call by value:, Difference between Actual parameter and formal parameter, Difference between monolithic and modular, Dynamic library, Function calling convention, Function Recursion, Global Variable in c, Local variable in c, Prototype, Standard library function, Static library, User-defined function