Computer Science, asked by ameykindarle7450, 1 year ago

Why header file is important in every c++ program?

Answers

Answered by Anushka0408
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 Anonymous
0

Header files provide function prototypes, definitions of library functions, declaration of data types and constants used  with the library functions.

Similar questions