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

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

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.



Leave a Reply 5

Your email address will not be published. Required fields are marked *