C Preprocessor Question:
Download Job Interview Questions and Answers PDF
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<stdio.h>
► #include<conio.h></conio.h></stdio.h>
► #include<stdio.h>
► #include<conio.h></conio.h></stdio.h>
Download C Preprocessor Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell us bitwise shift operators? | What is define directive? |