C Preprocessor Question:
Download Job Interview Questions and Answers 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 */
#define INT32 long int /* 32 bit signed integer type */
Download C Preprocessor Interview Questions And Answers
PDF
Previous Question | Next Question |
What is ## Preprocessor operator in C? | What is the mean of function? |