What if we didn't mentioned the header files in c++ | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What if we didn't mentioned the header files in c++

13th Feb 2018, 2:45 PM
shyam
1 ответ
+ 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
13th Feb 2018, 2:58 PM
GAWEN STEASY
GAWEN STEASY - avatar