Google News
logo
C# - Quiz(MCQ)
Which of the following preprocessor directive lets you modify the compiler's line number and (optionally) the file name output for errors and warnings in C#?
A)
line
B)
elif
C)
endif
D)
region

Correct Answer :   line


Explanation : line − It lets you modify the compiler's line number and (optionally) the file name output for errors and warnings.

Advertisement