C Preprocessor Question:
Download Questions PDF

If you know then define #pragma?

C Preprocessor Interview Question
C Preprocessor Interview Question

Answer:

The #pragma Directives are used to turn ON or OFF certain features. They vary from compiler to compiler.

Download C Preprocessor Interview Questions And Answers PDF

Previous QuestionNext Question
What is a macro in C Preprocessor?What are the advantages of using macro?