MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the array {1,1,1,1,1}:Which of the following techniques can be used to search an element in the above array? |
| A. | Iterative linear search |
| B. | Recursive linear search |
| C. | Recursive binary search |
| D. | All of the mentioned |
| Answer» E. | |