nerdexam
Microsoft

98-372 · Question #134

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

The correct answer is C. In a string array parameter that is passed to the Main method. See the full explanation below for the reasoning.

Question

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

Options

  • AIn a value-type parameter that is passed to the Main method.
  • BIn the Console.In property.
  • CIn a string array parameter that is passed to the Main method.
  • DIn the Console.Read() method.

How the community answered

(38 responses)
  • A
    13% (5)
  • B
    5% (2)
  • C
    74% (28)
  • D
    8% (3)

Community Discussion

No community discussion yet for this question.

Full 98-372 Practice