C# Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 7)
7.
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.
1, 2
1, 3, 5
3, 4
1, 2, 5
4, 5
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Boks said:   5 months ago
Can anyone explain me the answer clearly?

Post your comments here:

Your comments will be displayed after verification.