Multiple Choice
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.
A) 1,2
B) 1,3,5
C) 3,4
D) 1,2,5
Correct Answer:

Verified
Correct Answer:
Verified
Q30: Which of the following is the correct
Q31: C# does not support _ constructors.<br>A)parameterized<br>B)parameter-less<br>C)Class<br>D)Method
Q32: Storage location used by computer memory to
Q33: Which one of the following statements is
Q34: A _ creates an object by copying
Q35: Which of the following statements are correct?1.
Q37: Which of these can be overloaded?<br>A)Constructors<br>B)Methods<br>C)Both a
Q38: Which of the following statements is correct?<br>A)There
Q39: Number of constructors a class can define
Q40: A structure in C# provides a unique