Vidyalelo
C Programming · Q11

C Preprocessor

Programming · C Programming · question 11

Q11

What is the purpose of the #if directive in C preprocessing?

A.
To check if a variable is declared
B.
To conditionally include code
Answer
C.
To include a header file
D.
To define a macro

Answer: Option B

Solution

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