MCQOPTIONS
Saved Bookmarks
| 1. |
For which of the following tasks, stack is not suitable data structure?(a) Binary search in an array(b) Breadth first search(c) Implementing function calls(d) Process scheduling |
| A. | (b) and (d) |
| B. | (b) and (c) |
| C. | (a) and (c) |
| D. | (c) and (d) |
| Answer» B. (b) and (c) | |