CBSE Class 12 Computer Science Question 41 of 68

Data Structures - I : Linear Lists — Question 13

Back to all questions
13
Question

Question 13

Suggest a situation where you can use a regular two dimensional list.

Answer

A 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.