Multiple Choice
What is the method header for passing in the variable that holds a reference to an array of Strings
A) method_name(ref String[] array)
B) method_name(String[] ref array)
C) method_name(String[])
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q27: Which statement below initializes array items to
Q43: Arrays may have dimensions.<br>A) one<br>B) two<br>C) more
Q44: Which of the following statements about arrays
Q46: Which of the following statements creates a
Q47: Which of the following correctly declares and
Q49: Passing a reference type by value is
Q50: Which of the following statements is false<br>A)
Q51: One could iterate through multi-dimensional arrays by
Q52: The number in square brackets after an
Q53: is (are)typically used to traverse a two-dimensional