C Preprocessor Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
What are # Preprocessor operator in C? | What is include directive in C? |