C Preprocessor Question: Download C Preprocessor PDF

What is #define?

Tweet Share WhatsApp

Answer:

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

Download C Preprocessor PDF Read All 33 C Preprocessor Questions
Previous QuestionNext Question
What is ## Preprocessor operator in C?What is the mean of function?