91.0k views
1 vote
List where entries are compared to each other and ordered accordingly is called

A. Ordered list

B. Sorted list

C. Comparative list

D. Stream lined list

User Costin
by
5.8k points

1 Answer

4 votes

Answer:

The correct answer for the given question is option(B) i.e "Sorted list"

Step-by-step explanation:

The sorted list is the list in which we compare the element each other and set accordingly .

it can be increasing order or decreasing order .

The sorted list is a class in c# basically it is a collection of keys and value .

User Krishh
by
7.0k points