Description
Description
Syntax #include<file_name>
More Info
Header files | Name | Description |
|---|---|
| stdio.h | Input/output functions |
| conio.h | Console input/output |
| stdlib.h | General Utility functions |
| string.h | String functions |
| math.h | Mathematics functions |
| stdarg.h | Variable Argument list functions |
| signal.h | Signal Handling functions |
| setjmp.h | Non-local jump functions |
| ctype.h | Character handling functions |
| locale.h | Localization functions |
| time.h | Date and Time functions |
| assert.h | Diagnostics functions |
| stdbool.h and stddef.h | Boolean data type functions, useful types and Macro definitions |
Introduction
Description
Syntax #include"file_name.h"
Examples
Alternative
forms
Key Points
Programming
Tips