Hey guys,
Well, I'm having loads of free time to kill, so I'm solving algo problems. Right now am making some sorting algo. For that I need to make array functions.
That is, some function which can take array as input and then give array as output. How to go about doing this in c++ ?
If it...