Thanks to visit codestin.com
Credit goes to www.scribd.com

100% found this document useful (2 votes)
3K views1 page

C Langugage Header File List PDF

This document lists common C language header files and their functions. It explains that header files contain predefined standard library functions that can be included in C programs using #include directives. The document then lists 11 common header files such as stdio.h for input/output, conio.h for console I/O, math.h for mathematics functions, and time.h for date and time functions, along with a brief description of each.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
3K views1 page

C Langugage Header File List PDF

This document lists common C language header files and their functions. It explains that header files contain predefined standard library functions that can be included in C programs using #include directives. The document then lists 11 common header files such as stdio.h for input/output, conio.h for console I/O, math.h for mathematics functions, and time.h for date and time functions, along with a brief description of each.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like