-
A. Ascending
-
B. Descending
-
C. Horizontal
-
D. None of these
Explanation
In ascending order, words are sorted alphabetically from A to Z: and → no → yes.
This order follows the standard alphabetical sequence correctly.
-
A. Sorted Binary Trees
-
B. Pointer Array
-
C. Sorted Linear Array
-
D. Sorted Linked List
Explanation
We cannot apply binary search algorithm to a sorted linked list, since there is no way of indexing the middle element in the list.
✅ Correct: 0 |
❌ Wrong: 0 |
📊 Total Attempted: 0