Which of the following statements is correct about the C#.NET code snippet given below?

Question: Which of the following statements is correct about the C#.NET code snippet given below?

[A].

intMyArr is a reference to an object of System.Array Class.

[B].

intMyArr is a reference to an object of a class that the compiler derives from System.Array Class.

[C].

intMyArr is a reference to an array of integers.

[D].

intMyArr is a reference to an object created on the stack.

Answer: Option B

Explanation:

No answer description available for this question.