Question 5 For the following list of numbers, how will the array elements look like after second pass of insertion sort? 34, 8, 64, 51, 32, 21
a. 8, 34, 64, 51, 32, 21
b.8, 32, 34, 51, 64,21
c. 8, 21, 32, 34, 51, 64
d. 8, 34, 51, 64, 32, 21
pls I need the answer for this question fast