What Does Preprocessor Directive If And Endif Explains #770
What does preprocessor directive #if and #endif explains?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Namespaces, Preprocessors and Networking - Fundamentals of Preprocessors - Quiz No.1.
What does preprocessor directive #if and #endif explains?
Enables compilation of sequence of code on condition basis
Express results into true or false on evaluation of condition
If expression following #if is true then code that is between #if and #endif is compiled otherwise skipped
All of the mentioned