Vidyalelo
C Programming · Q75

Function

Programming · C Programming · question 75

Q75

The #else directive is used for . . . . . . . .

A.
Conditionally include source text if the previous #if, #ifdef, #ifndef, or #elif test fails
Answer
B.
Conditionally include source text if a macro name is not defined
C.
Conditionally include source text if a macro name is defined
D.
Ending conditional text

Answer: Option A

Solution

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