CBSE Class 12 Computer Science Question 27 of 68

Data Structures - I : Linear Lists — Question 4

Back to all questions
4
Question

Question 4

A ragged list has same shape of all its elements.

Answer

False

Reason — A list that has one or more lists as its elements, with each element-list having a different shape, i.e., a different number of elements, is known as a ragged list.