Google News
logo
C# - Interview Questions
What is a preprocessor directives in C#?
The preprocessor directives give instruction to the compiler to preprocess the information before actual compilation starts.
 
All preprocessor directives begin with #, and only white-space characters may appear before a preprocessor directive on a line. Preprocessor directives are not statements, so they do not end with a semicolon (;).
Advertisement