Google News
logo
C# - Quiz(MCQ)
Which one of the following Array statements is correct?
A)
Array elements can be of integer type only.
B)
The default value of numeric array elements is zero.
C)
The length of an Array is the number of dimensions in the Array.
D)
The rank of an Array is the total number of elements it can contain.

Correct Answer :   The default value of numeric array elements is zero.

Advertisement