Take input array Arr[] and length as number of elements in it.Function recurbublSort(int arr[], int len) takes the array and its length and sorts the array recursively using bubble sort.Take a variable temp.If array length is 1 then return void....