CBSE Class 12 Computer Science
Question 4 of 68
Data Structures - I : Linear Lists — Question 4
Back to all questions(a)
Both Assertion and Reason are true and Reason is the correct explanation of Assertion.
Explanation
A list that has lists as its elements, with each element-list having a different shape, i.e., a different number of elements, is a ragged 2D list, also known as an irregular 2D list.