0
why use #include
2 Answers
+ 2
#include is used to add headers that provide additionnal functions. For example, <iostream> has basic input/output functions.
+ 1
we use some basic finction like cout cin and to tell compiler that this is predefined in header files.. we need to include that header file ... usomg"#include"



