All Online Learning

C Programming

Function in C Program

There are two type of function in C Program.

  • Library function
  • User defined function
  • Library function

    Library function is grouped category-wise and stored in different files known as header file. If we want to access the function then we access the particular header file using preprocessor directive

    User defined function

    User defined functions are created by user and use according to the fallowing teps.
  • Definition of the function
  • Calling of the function
  • Prototype declaration of function
  • More about Function:

    Topic View/Download
    Basics of Function in C Program View
    Topic View/Download
    More about Function in C Program View

    www.allonlinelearning.com