C Preprocessor Question:
Download Questions PDF

What is define directive?

Answer:

It is used to assign names to different constants or statements which are to be used repeatedly in a program. These defined values or statement can be used by main or in the user defined functions as well.

Download C Preprocessor Interview Questions And Answers PDF

Previous QuestionNext Question
What are # Preprocessor operator in C?What is include directive in C?