CBSE Class 12 Computer Science Question 28 of 68

Data Structures - I : Linear Lists — Question 5

Back to all questions
5
Question

Question 5

A regular 2D list has same shape of all its elements.

Answer

True

Reason — A regular two dimensional list is a list having lists as its elements and each element-list has the same shape i.e., same number of elements (length).