0

why use #include

10th Sep 2016, 6:31 AM
mohammedmustafa
2 Answers
+ 2
#include is used to add headers that provide additionnal functions. For example, <iostream> has basic input/output functions.
10th Sep 2016, 9:29 AM
Zen
Zen - avatar
+ 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"
10th Sep 2016, 6:55 AM
Chinmay Majumdar
Chinmay Majumdar - avatar