1.

Short notes on header files

Answer»

A header file is a prestored file that helps to use some operators and functions. To write C++ pro-grams the header files are must. Following are the header files alloc 

iostream

iomanip 

cstdio 

cctype 

cmath 

cstring 

The syntax for including a header file is as follows

#include<name of the header file>

eg: #include<iostream>



Discussion

No Comment Found

Related InterviewSolutions