Multiple choice technology programming languages

How to supress the COPYRIGHT statement issued while compiling a particular .cs file through command line

  1. /noconfig

  2. /nologo

  3. /out

  4. None

  5. All the Above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The /nologo compiler option suppresses the startup banner and copyright message that are normally displayed when compiling C# source files using the command line compiler (csc).