Multiple Choice
In C#, what must an array subscript be?
A) a floating decimal value
B) a character value
C) an integer
D) a symbol
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: An array subscript can be an expression,
Q29: Briefly describe the Reverse() method.
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
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.