Discussion Forum

  1. Home
  2. »
  3. Languages
  4. »
  5. Which of the following statements...
Which of the following statements is correct about the C#.NET code snippet given below?
int[] intMyArr = {11, 3, 5, 9, 4};

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.

Answer: B . IntMyArr is a reference to an object of a class that the compiler derives from System.Array Class.
0Shares
0 0

If you think the posted answer is wrong or Confused About the Answer? Ask for Details Here

Know Explanation? Add it Here
we’ll review your comment and contact you soon….

Leave a Reply

Your email address will not be published. Required fields are marked *

0Shares
0
Scroll to Top