Functions:
C program consist on some small modules that modules called Function.
There are two types of Function
- Built In Functions
- User Define Functions
C Standard Library:
You can program all the functions that you need to create a C program, In C language there is rich collection of Standard Libraries that contains a lot of function which are helpful for us in C programming.
Header Files:
Header files are the files that contain all definitions of of functions. Header files always located on the top of program. Header files always start with #include.
No comments:
Post a Comment