MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Data Structure knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Find the maximum sub-array sum for the given elements. {-2, -1, -3, -4, -1, -2, -1, -5, -4} |
| A. | -3 |
| B. | 5 |
| C. | 3 |
| D. | -1 |
| Answer» E. | |
| 2. |
Find the maximum sub-array sum for the given elements. {2, -1, 3, -4, 1, -2, -1, 5, -4} |
| A. | 3 |
| B. | 5 |
| C. | 8 |
| D. | 6 |
| Answer» C. 8 | |