✏️ Explanatory Question

What is the use of #define in C?

👁 1,000 Views
📘 Detailed Answer
💡

Answer with Explanation

#define is a pre-processor directive which is used to define constant value. This constant can be any of the basic data types.