1. Computer Science Engineering (CSE)
  2. .NET Programming
  3. Which of the following is the correct ou...
Q.

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);

A. 20
B. 4
C. 18
D. 10
Answer» C. 18
View all MCQs in:   .NET Programming

Discussion