I have to make a runtime analysis of quicksort and selection sort. For this, i need to determine the average runtime of sorting 100 integers. I tried using clock() and time() but i think these return...