Get Email Subscription

Enter your email address:

Delivered by FeedBurner

Monday, December 28, 2009

Header files in ‘C’

Header files in ‘C’:-

Most versions of ‘C’ include a collection of header files.
In which the necessary information is store to support the library function.
These files are include in the programme by using the #include statement at the beginning of the programme
For eg:-
#include<stdio.h>
#include<conio.h>
#include<math.h>

Meaning:-
1) <stdio.h> means the Standard input output header file.
2) <conio.h> means the Console input output header file.
3) <math.h> means the Mathematics header file.





Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP