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.