C Preprocessor Question:

Download Job Interview Questions and Answers PDF

What is include directive in C?

C Preprocessor Interview Question
C Preprocessor Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us bitwise shift operators?What is define directive?