Which is true about the quick sort?
a. A recursive version executes faster than a nonrecursive version.
b. A recursive version has fewer lines of code than a nonrecursive version.
c. A nonrecursive version takes more space on the run-time stack than a recursive version.
d. It can be programmed only as a recursive function.