Why header file is important in every c++ program?
Answers
Answered by
0
The main role of header file is it is used to share information among various files. ... If there is a change in arguments in functions, each time programmer has to search for the function definition file and has to make change in the function definition file as well as in the actual function.
Answered by
0
Header files provide function prototypes, definitions of library functions, declaration of data types and constants used with the library functions.
Similar questions