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)- A13% (5)
- B5% (2)
- C74% (28)
- D8% (3)
Community Discussion
No community discussion yet for this question.