Q. Which of the following is the correct output of the C#.NET code snippet given below?
Code:int[ , , ] a = new int[ 3, 2, 3 ]; Console.WriteLine(a.Length);
int[ , , ] a = new int[ 3, 2, 3 ]; Console.WriteLine(a.Length);
You must be Logged in to update hint/solution