+2 votes
in C Plus Plus by

Choose the best answer below to definition of sorting?

a) Sorting is a type of process in which the data or information is ordered into a specific order. Example increasing orders, decreasing.

b) Sorting information or data only in increasing order

c) Sorting is a type of process in which data elements are modified or manipulated

d) None of the above

1 Answer

0 votes
by
edited by

Answer: A

Explanation: Sorting is a type of technique or process in which the locations of data elements hold by the array are reordered or manipulated. So the correct answer will be A.

For Example

Un-sorted Array

4 3 2 1 5 6 7

Sorted Array

1 2 3 4 5 6 7

Related questions

+2 votes
asked Jan 20, 2021 in C Plus Plus by SakshiSharma
0 votes
asked Jan 6, 2021 in C Plus Plus by GeorgeBell
...