Multiple Choice
Which of the following could be a method heading for a member method that returns a two-dimensional array?
A) int [ , ] void DoSomething( )
B) void int [ , ] DoSomething( )
C) int [ , ] DoSomething( )
D) void DoSomething[ , ]
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: int [ , , ] anArray =
Q36: The string class stores an immutable series
Q37: Console.WriteLine(calories.GetUpperBound(0)); returns the largest value in an
Q38: In C#, you may access a two-dimensional
Q39: Strings are considered _ because once you
Q41: BinarySearch( ) is _.<br>A) a method in
Q42: Which method in the string class might
Q43: Which of the following segments of code
Q44: With C#, you are limited to 10
Q45: The string method that retrieves part of