CBSE Class 12 Computer Science Question 24 of 68

Data Structures - I : Linear Lists — Question 1

Back to all questions
1
Question

Question 1

2D lists can only contain lists of same shapes.

Answer

False

Reason — 2D lists can contain lists of the same shape, known as regular 2D lists, and can also contain lists of different shapes, known as ragged lists.