IM PROGRAMMER C LANGUGAGE HEADER FILE LIST PDF
List of header files in c language pdf
Header files contain set of predefined standard library functions that we
can include in our c programs. But, to use these various library functions,
we have to include the appropriate header files.
There are many header files in C programming language and there all
header files has their own different functionalities
List of all header file of c language as below.
No. Name Description
1 stdio.h Input/ Output Functions
2 conio.h console input/output
3 assert.h Diagnostics Functions
4 ctype.h Character Handling Functions
5 cocale.h Localization Functions
6 math.h Mathematics Functions
7 setjmp.h Nonlocal Jump Functions
8 signal.h Signal Handling Functions
9 stdarg.h Variable Argument List Functions
10 stdlib.h General Utility Functions
11 string.h String Functions
12 time.h Date and Time Functions
BY IM PROGRAMMER Copy right 2016.