Q:

WHAT IS THE USE OF “#DEFINE” IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT IS THE USE OF “#DEFINE” IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

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

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS THE SYNTAX FOR COMMENTS IN C?... >>
<< WHAT IS THE DIFFERENCE BETWEEN EXIT() AND RETURN()...