+ 1
What is the need of #include in a program?
2 Answers
+ 3
It is for linking libraries. You are saying to the program that, you are using particular library in your program, find it and use it wherever I call objects and methods from it.
0
ok thanks