Q:

HOW TO CHECK WHETHER MACRO IS DEFINED OR NOT IN A C PROGRAM?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

HOW TO CHECK WHETHER MACRO IS DEFINED OR NOT IN A C PROGRAM?

All Answers

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

“#ifdef” pre-processor directive checks whether particular macro is defined or not in a C program.

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 DIFFERENCE BETWEEN MEMCPY() & STRCPY()... >>
<< HOW WILL YOU OVERRIDE AN EXISTING MACRO IN C?...