Vidyalelo
C Programming · Q74

C Preprocessor

Programming · C Programming · question 74

Q74

The preprocessor directive which is used to remove the definition of an identifier which was previously defined with #define?

A.
#ifdef
B.
#undef
Answer
C.
#ifndef
D.
#def

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board