Multiple Choice
An array that you can picture as a column of values, and whose elements you can access using a single subscript, is what type of array?
A) two-dimensional
B) jagged
C) rectangular
D) single-dimensional
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: When you declare an object, what are
Q31: What can be used to distinguish each
Q32: What type of one-dimensional array contains another
Q33: In C#, what must an array subscript
Q34: What type of search is performed when
Q35: What operator is used for the purpose
Q36: What statement, supported by C#, allows you
Q37: How can the Array methods such as
Q38: In C#, arrays are objects.
Q39: Describe the main characteristics of two-dimensional arrays.How