CBSE Class 12 Computer Science Question 13 of 68

Data Structures - I : Linear Lists — Question 9

Back to all questions
9
Question

Question 9

Is Ragged list a nested list ?

Answer

Yes, ragged lists are nested lists. A list that has one or more lists as its elements, with each element-list having a different length, is known as a ragged list.