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.
intMyArr is a reference to an object of a class that the compiler derives from System.Array Class.
intMyArr is a reference to an array of integers.
intMyArr is a reference to an object created on the stack.
[A].
[B].
[C].
[D].
Answer: Option B
Explanation:
No answer description available for this question.