Vidyalelo
C# Programming · Q106

Arrays and Strings in C Sharp

Programming · C# Programming · question 106

Q106

What is the advantage of using 2D jagged array over 2D rectangular array?

A.
Easy initialization of elements
B.
Allows unlimited elements as well as rows which had '0' or are empty in nature
Answer
C.
All of the mentioned
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board