Multiple Choice
In C#, you declare an output parameter by writing the ____________ keyword before the parameter variable's data type.
A) public
B) ref
C) const
D) out
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: When using the debugger, which command lets
Q22: In general terms, a program that is
Q23: When the keyword void appears in the
Q24: You can pass string literals as arguments
Q25: _ are useful for returning more than
Q27: In a method header, the name is
Q28: When a method is declared with the
Q29: The debugger's Step Into command lets you
Q30: Which of the following data types can
Q31: You can use a(n) _ to test