

InterviewSolution
Saved Bookmarks
1. |
Differentiate between searching and sorting. |
Answer» Searching is a technique which is used to search a particular element in an array or string. Sorting is a technique which is used to rearrange the elements of an array or string in a particular order either ascending or descending. |
|