Header files in C

<-Prev                                                                                                                    Next->
Header files: These are the inbuilt system files come with the complier..!
In most of the programming almost in all programming we use these two header file.
stdio.h= Standard Input output. Header file
conio.h= Console Input Output. Header file
The print function resides in stdio.h
& the scanf function resides in  conio.h
How to include Header files in C:
For including these files in our program we have to write
#include<stdio.h>
#include<conio.h>

Apart from these header files there are many header files are there..
maths.h
stdlib.h
string.h
graphics.h
alloc.h
and many more…!
<-Prev                                                                                                                    Next->

Đăng nhận xét