Home / C# Programming / Arrays - C# :: Discussion

Discussion :: Arrays - C#

  1. Which one of the following statements is correct?

  2. A.
    Array elements can be of integer type only.
    B.
    The rank of an Array is the total number of elements it can contain.
    C.
    The length of an Array is the number of dimensions in the Array.
    D.
    The default value of numeric array elements is zero.
    E.
    The Array elements are guaranteed to be sorted.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment