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: Option D
Join The Discussion