I am writing a program about sorting an int array. What I have to do is to just modify the pointer array so that the original content of the array will not be changed. Noted that it is not allowed to creat an new array. So what should I do with the array in the sorting function and in the main function?
I have totally no idea of those complex operators....
Please help. Thank you!
-newbie in C