Home » C# Programming » Arrays

Which of the following is the correct output of the C#.NET code snippet given below? int[ , , ] a = new int[ 3, 2, 3 ]; Console.WriteLine(a.Length);

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!