WHAT IS THE USE OF “#DEFINE” IN C?
#define is a pre-processor directive which is used to define constant value. This constant can be any of the basic data types.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
#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