C Preprocessor Question:

What is define directive?

Tweet Share WhatsApp

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 PDF Read All 33 C Preprocessor Questions
Previous QuestionNext Question
What are # Preprocessor operator in C?What is include directive in C?