Q. Which of the following best describes sorting ? (Solved)
1. accessing and processing each record exactly once
2. finding the location of the record with a given key
3. arranging the data (record) in some given order
4. adding a new record to the data structure
- c. arranging the data (record) in some given order