You are on page 1of 1

HEADER FILES USES

It is used to include the basic input and output library


#include <iostream.h> i. e cin and cout command along with for, while and
do while in the c++ programming.
It is used to include the clrscr() function and getch()
#include<conio.h> Function.
It is also used to include the input output console
#include<stdio.h> and other function which are used during the
program execution.
It is used to initialize the string variables and used for
#include<string.h> strcmp () function.
It is used to include checking and updating functions
#include<ctype.h> such as isupper (), tolower (), islower ().
It is used to include the exit () function.
#include<process.h>
It is used for file input and output operation such as
#include<fstream.h> for fout , fin etc.

You might also like