C Preprocessor Question:
Download Questions PDF

What is #define?

Answer:

The #define directive can be used to define types, such as:
#define INT32 long int /* 32 bit signed integer type */

Download C Preprocessor Interview Questions And Answers PDF

Previous QuestionNext Question
What is ## Preprocessor operator in C?What is the mean of function?