CBSE Class 12 Computer Science
Question 41 of 68
Data Structures - I : Linear Lists — Question 13
Back to all questionsA regular two dimensional list is used where structured data organization is required. For example, a program to store and manipulate student grades. We can use a two-dimensional list where each row represents a student and each column represents a different subject.