Friday 16 December 2011

24.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.ArrayClass.
4.Rectangular arrays do not have an access to the methods of System.ArrayClass.
5.Jagged arrays have dissimilar rows stored in non-adjacent memory locations.
A.1, 2
B.1, 3, 5
C.3, 4
D.1, 2, 5
E.4, 5
Answer: Option D