what is the importance of header filr in c++
Answers
Answered by
1
Header files contain definitions of Functions and Variables, which is imported or used into any C++ program by using the pre-processor #include statement. Header file have an extension ".h" which contains C++ function declaration and macrodefinition.
skjha8364404perj3s:
please mention its importance in points
Similar questions