Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Minimum and Maximum range of values supported
Q7: Which of the following does not store
Q8: Which of the following can implement an
Q9: What will be output of the following
Q10: What is the size of a Decimal?<br>A)4
Q12: Which datatype should be more preferred for
Q13: Which of the following are value types?<br>1)Integer<br>2)Array<br>3)Single<br>4)String<br>5)Long<br>A)1,
Q14: Which of the following is the correct
Q15: Type of Conversion in which compiler is
Q16: A GUI:<br>A)uses buttons, menus, and icons.<br>B)should be