asked 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

asked
User Costin
by
7.6k 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 .

answered
User Krishh
by
8.3k points