Consider the following declaration in C#, Which statement is true about this declaration? int[][] array;
Correct Answer: It declares a a single-dimensional array of single-dimensional arrays of type int
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions