Highlight the pivot element for Quicksort in the array displayed below.The left pointer is at index 0 and the right pointer is at index arrSize - 1
The pivot element is at the center of the array.
Round down when you compute the position for the center.