Vidyalelo
C# Programming · Q61

Miscellaneous in C Sharp

Programming · C# Programming · question 61

Q61

What does preprocessor directive #if and #endif explains?

A.
Enables compilation of sequence of code on condition basis
B.
Express results into true or false on evaluation of condition
C.
If expression following #if is true then code that is between #if and #endif is compiled otherwise skipped
D.
All of the mentioned
Answer

Answer: Option D

Solution

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