In what order list of string can be arranged? <br> स्ट्रिंग्स की सूची को किस क्रम में व्यवस्थित किया जा सकता है?
a. Ascending
b. Descending
c. both (A) & (B)
d. none of these इनमें से कोई नहीं
Answers
Answered by
1
Answer:
answer c is correct
Explanation:
answer c is correct
Answered by
0
A list of strings can be arranged in both ascending and descending order (option c).
- Sorting is important in programming because it arranges the elements of an array in a specific order.
- Sorting can be done in the following ways:
- Ascending Order: The elements are arranged in ascending order from lowest to highest. It is also known as alphabetical order or natural order.
- Descending Order: The elements are arranged in descending order from highest to lowest. It imposes the polar opposite of natural order (ascending order). It is also called Reverse natural order.
Similar questions