Multiple Choice
Because arrays are always passed ____________, a method that receives an array as an argument has access to the actual array.
A) by value
B) globally
C) in memory
D) by reference
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q69: What special value are the elements of
Q70: Look at the following code sample: const
Q71: An array and the variable that references
Q72: The foreach loop is designed to work
Q73: A List object has a(n) _ that
Q75: When calling a method and passing an
Q76: To declare a two-dimensional array, two _
Q77: A two-dimensional array can be thought of
Q78: C# provides a special loop known as
Q79: You can optionally initialize a List object