Which of the following statements are correct about arrays used in C#.NET?1. Arrays can be rectangular or jagged.2. Rectangular arrays have similar rows stored in adjacent memory locations.3. Jagged arrays do not have an access to the methods of System.Array Class.4. Rectangular arrays do not have an access to the methods of System.Array Class.5. Jagged arrays have dissimilar rows stored in non-adjacent memory locations.

🎲 Try a Random Question  |  Total Questions in Quiz: 156  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
C# Programming Practice Test — practice the complete quiz, review flashcards, or try a random question.


Which of the following statements are correct about arrays used in C#.NET?<br>1. Arrays can be rectangular or jagged.<br>2. Rectangular arrays have similar rows stored in adjacent memory locations.<br>3. Jagged arrays do not have an access to the methods of System.Array Class.<br>4. Rectangular arrays do not have an access to the methods of System.Array Class.<br>5. Jagged arrays have dissimilar rows stored in non-adjacent memory locations.