Hi!
I was just wondering if any one could show me some example of how a function of this would look like?
Heres the description:
Write a program with a minimum of a function, which is used to locate
and after returning x-th smallest number in an integer.
Ex: given that we have an original box with the contents: (8, 54, 62, 110, 299,
73, 1,
75, 12, 42)
With a call like: xth_smallest (MyArray, 4, array_size) would
function returns a value of 42nd