+ 1

Why only #include is used in first of ever program?

??

12th Nov 2016, 3:10 PM
Aroop Dutta
Aroop Dutta - avatar
2 odpowiedzi
+ 2
because first step is to load library. #include load the header file or library that's why we use it as first line of program.
12th Nov 2016, 3:18 PM
Harish Nandoliya
Harish Nandoliya - avatar
0
#include is like calling other libraries which contains lots of functions. example - You want to go a store and you have a wallet. you have to put money - "#include" in your wallet so that you can... buy - "function" anything you want in the.. store - "compiler" then you go home with your goods - "program"
13th Nov 2016, 10:42 PM
Franky BrainBox
Franky BrainBox - avatar