MCQs > IT & Programming > C# > In C#, what is the difference between: 'int[,] arrayName;' and 'int[][] arrayName;'

C# MCQs

In C#, what is the difference between: "int[,] arrayName;" and "int[][] arrayName;"

Answer

Correct Answer: "int[,] arrayName;" is multidimensional array, while "int[][] arrayName;" is jagged array (array of arrays)

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it