MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the array {1,1,1,1,1}. Select the wrong option? |
| A. | iterative linear search can be used to search for the elements in the given array |
| B. | recursive linear search can be used to search for the elements in the given array |
| C. | recursive binary search can be used to search for the elements in the given array |
| D. | no method is defined to search for an element in the given array |
| Answer» E. | |