CBSE Class 12 Computer Science Question 11 of 68

Data Structures - I : Linear Lists — Question 7

Back to all questions
7
Question

Question 7

What is a 2D list ?

Answer

A two dimensional list is a list having all its elements as lists of same shapes, i.e., a two dimensional list is a list of lists.