C Preprocessor Question: Download C Preprocessor PDF

What is include directive in C?

Tweet Share WhatsApp

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<stdio.h>
► #include<conio.h></conio.h></stdio.h>

Download C Preprocessor PDF Read All 33 C Preprocessor Questions
Previous QuestionNext Question
Tell us bitwise shift operators?What is define directive?