void* func(void* arg)Hello. Q1: does this function mean that the data type we will pass is unknow and the return will be...
Newbie questionhelios, you're right, I made a stupid mistake. There is only one median.
Newbie questionIf the length of array is even, we have two median: 1. [code]length / 2[/code] 2. [code]length / 2 +...