Exit 98-372 Microsoft .NET Fundamentals
Question 2 of 5
0% complete
Q2 Single choice

Where are the command line arguments stored for a console application?

  • A

    In a value-type parameter that is passed to the Main method.

  • B

    In the Console.In property.

  • C

    In a string array parameter that is passed to the Main method.

  • D

    In the Console.Read() method.