You don't have to assume. Look at the parameter list here:

void quicksort(int arr[], int left, int right) {
Clearly, the left and right parameters are of type int, i.e., the corresponding...