

MCQOPTIONS
Saved Bookmarks
1. |
The given array is arr = {1, 2, 4, 3}. Bubble sort is used to sort the array elements. How manyiterations will be done to sort the array? |
A. | 4 |
B. | 2 |
C. | 1 |
Answer» B. 2 | |