Computer Science, asked by ronny83, 1 year ago

what are header files?????

Answers

Answered by amit74047
0
it is help for see top of the pages
Answered by Anonymous
0

Header files in program are the pre processor directive files , which is executed when compiler encounters function related to that header files in bottom up approach.

Ex :-

#include<iostream.h> //header file

.

.

.

cout<<"..."; //calls header file <iostream.h>to execute cout statement.

Similar questions