Home » C# Programming » Arrays

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

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

← Previous Question Next Question→

More Questions from Arrays

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion