InterviewSolution
Saved Bookmarks
| 1. |
Array is preferred over linked list for the implementation of ________(a) Radix sort(b) Insertion sort(c) Binary search(d) Polynomial evaluationThe question was posed to me in an online quiz.My question is based upon Static vs Dynamic Memory Allocation in chapter Dynamic Memory Allocation in C of C |
|
Answer» The correct ANSWER is (c) Binary search |
|