InterviewSolution
Saved Bookmarks
| 1. |
What Is Include Directive In C? |
|
Answer» The include directive is USED to include files LIKE as we include header files in the beginning of the PROGRAM USING include directive like #include The include directive is used to include files like as we include header files in the beginning of the program using include directive like #include |
|