0
What if we didn't mentioned the header files in c++
2 Respostas
+ 12
if you didn't mention the header file in c++ you can't able to access the predefined library functions which definition are define at header file like if you want to make use of mathematical formulas then you have to use the header file <math. h> by which you can access all mathematical Formula for solving problems if you didn't include header file then you can't use them