C language Standard Header Files
C programming language offers 25 standard header files that are supported by default. Some important standard header files include:
#include <stdio.h>
(Standard input-output header)
#include <string.h>
(String header)
#include <conio.h>
(Console input-output header)
#include <stdlib.h>
(Standard library header)
#include <math.h>
(Math header)
#include <ctype.h>
(Character type header)
#include <time.h>
(Time header)
#include <assert.h>
(Assertion header)
#include <locale.h>
(Localization header)
#include <signal.h>
(Signal header)
C programming language offers 25 standard header files that are supported by default. Some important standard header files include:
#include <stdio.h>
(Standard input-output header)
#include <string.h>
(String header)
#include <conio.h>
(Console input-output header)
#include <stdlib.h>
(Standard library header)
#include <math.h>
(Math header)
#include <ctype.h>
(Character type header)
#include <time.h>
(Time header)
#include <assert.h>
(Assertion header)
#include <locale.h>
(Localization header)
#include <signal.h>
(Signal header)